# Change log for DateTime::Format::Mail
---
version: 0.29
date: 22 Oct 2003
changes:
- Corrected an error message.
- Added some more error checking.
- Added some more method examples.
---
version: 0.28
date: 21 Oct 2003
changes:
- Default cutoff is now 49, as per RFC2822.
- Doc shuffling and formatting tweaks.
- set_year_cutoff and year_cutoff stricter with arguments.
- Cloning fixed, be it from clone() or new().
---
version: 0.27
date: 1 Aug 2003
changes:
- Made strict mode stricter.
- Advertised loose mode more loudly.
---
version: 0.26
date: 16 Jul 2003
changes:
- Uses the spiffy new Locale system.
---
version: 0.25
date: 3 Jun 2003
changes:
- Backported to 5.005_03
- Fixed TZ bug.
---
version: 0.24
date: 8 Apr 2003
changes:
- Minor documentation fixes.
- Refactored year and timezone repair functions.
- Added tests for said functions.
- Added ability to parse multiple sign timezones.
- GMT and UTC are recognised as timezone names.
---
version: 0.23
date: 30 Mar 2003
changes:
- Initial version.