#
# $Id: HISTORY,v 0.40 1999/07/15 18:26:18 dankogai Exp dankogai $
#
0.40    1999/07/16 (Internal only)
	* suggestion by ISHINO k16 <k16@softvision.co.jp>
	*  Unicode conversion now leaves ascii as it is
	*  unless $Jcode::Unicode::PEDANTIC is set
	* POD integrated in all .pm files
0.36    1999/07/15 (Internal only)
	* All modules has $VERSION now! (to make CPAN.pm happier)
	* All Octals are gone!
          (Hiroki Ohzaki <ohzaki@iod.ricoh.co.jp>)
	* Remarks on jcode.pl is moved from COPYRIGHT to ACKNOWLEDGEMENTS
        * (C) of Unicode, Inc. added
0.35	1999/07/15
	* Jcode now internally stores a reference to string, not string
	* Furthur performance optimization. Jcode::convert() is now faster
          than jcode::convert() for most cases.
	* documentation fixes
0.30	1999/07/12
	* Regexp bug fixed (Jcode::Constants, $RE{JIS_0212})
	* H2Z bug fixed
	* Significant Code Optimization
	* Jcode->set() and Jcode->append() added for repeated use
0.21	1999/07/10
	* Typo correction
0.20	1999/07/10	2nd Preview Release
	* Code optimization
	* Unicode Support
	* Lots of Bug Fixes
0.10	1999/07/08	First Preview Release