2008-03-13 Hatuka*nezumi - IKEDA Soji <hatuka@nezumi.nu>
* Release 1.002.
* encode_mimewords(): Fix: Minimal option won't affect when Encoding
options is not "A".
* decode_mimewords(): Support RFC 2231 section 5 extension.
2008-03-08 Hatuka*nezumi - IKEDA Soji <hatuka@nezumi.nu>
* Release 1.000.
* decode_mimewords(): New option 'Detect7bit', enabled by default.
* encode_mimewords(): New option 'Replacement.
2006-11-16 Hatuka*nezumi - IKEDA Soji <hatuka@nezumi.nu>
* Release 0.040.
* encode_mimewords(): New option 'Minimal' to control
minimal encoding behavior.
NOTE: Default behavior was changed from "NO" to "YES".
2006-10-22 Hatuka*nezumi - IKEDA Soji <hatuka@nezumi.nu>
* Release 0.032.
* More documentation changes.
2006-10-20 Hatuka*nezumi - IKEDA Soji <hatuka@nezumi.nu>
* Release 0.03.1 (not really released).
* Documentation changes only: Note on modifications, clarifications
about compatibility with MIME::Words.
2006-10-17 Hatuka*nezumi - IKEDA Soji <hatuka@nezumi.nu>
* Release 0.03.
* decode_mimewords: allow Unicode input.
* decode_mimewords: don't collapse spaces between '?='...'=?'.
* Bug fix: cannot encode null string.
* Handle wide characters exactly.
* Change die to croak.
2006-10-13 Hatuka*nezumi - IKEDA Soji <hatuka@nezumi.nu>
* Release 0.02.
* decode_mimewords: Fix bug about default charset.
* Supports Perl 5.005 or later.
Unicode/multibyte handling will be enabled on Perl 5.8.1 or later.
* Added test cases for encode_mimewords (only for singlebyte).
2006-10-11 Hatuka*nezumi - IKEDA Soji <hatuka@nezumi.nu>
* Release 0.01; Initial CPAN upload.