2008-03-16	Hatuka*nezumi - IKEDA Soji	<hatuka@nezumi.nu>

	* Release 1.005.
	* Fix: Injected bug on _UNICODE_ conversion.
	* Fix: decode_mimewords(): line folding of encoded text
	  is preserved in the result.

2008-03-16	Hatuka*nezumi - IKEDA Soji	<hatuka@nezumi.nu>

	* Release 1.004 - withdrawn.
	* By this release we require OO interface of MIME::Charset
	  1.001 or later.
	* Fix: encode_mimewords(): Newlines were encoded when
	  original text includes them.
	* New feature: MIME/EncWords/Defaults.pm: If it exists,
	  built-in defaults for option parameters of methods can be
	  overridden.
	* encode_mimewords(): Built-in default for "Encoding"
	  option has been changed from "Q" to "A".
	* encode_mimewords(): New option "MaxLineLen" which defaults
	  to be 76, and "Mapping" which defaults to be "EXTENDED".
	* decode_mimewords(): New option "Mapping" which defaults
	  to be "EXTENDED".
	* Added tests for multibyte.
	* Clean-up PODs and codes.

2008-03-14	Hatuka*nezumi - IKEDA Soji	<hatuka@nezumi.nu>

	* Release 1.003.
	* 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.
