This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Upgrade to Unicode::Normalize 0.12.
[perl5.git] / ext / Unicode / Normalize / Changes
1 Revision history for Perl extension Unicode::Normalize.
2
3 0.12  Wed Nov 29 22:49:02 2001
4         - documentation in .pod is appended to .pm and the .pod is removed.
5          (only POD in NON-XS refers to Lingua::KO::Hangul::Util.)
6
7 0.11  Sat Nov 24 10:18:38 2001
8         - documentation of some functions for character data.
9         - Change 12909: by Jarkko Hietaniemi.
10         - Change 13228: by Peter Prymmer.
11
12 0.10  Sat Nov 03 16:30:20 2001
13         - The XS version is now independent of Lingua::KO::Hangul::Util.
14           (though the Non-XS version still requires that.)
15
16 0.09  Fri Nov 02 22:39:30 2001
17         - remove pTHX_.
18
19 0.08  Thu Nov 01 23:20:42 2001
20         - use Lingua::KO::Hangul::Util 0.06 and remove "hangul.h".
21
22 0.07  Wed Oct 31 22:06:42 2001
23         - modify internal. decompose() - reorder() - compose().
24
25 0.06  Sun Oct 28 14:28:46 2001
26         - an XS version.
27         (but the Non-XS version is also supported.)
28
29 0.05  Wed Oct 10 22:02:15 2001 (not released)
30         - %Compos contains unnecessary singletons
31           (though it did not cause any bug, only useless).
32           They will not be stored.
33
34 0.04  Wed Aug 15 19:02:41 2001
35         - fix: NFD("") and NFKD("") must return "", not but undef.
36
37 0.03  Fri Aug 10 22:44:18 2001
38         - rename the module name to Unicode::Normalize.
39         - normalize takes two arguments.
40
41 0.02  Thu Aug  9 22:56:36 2001
42         - add function normalize
43
44 0.01  Mon Aug  6 21:45:11 2001
45         - original version; created by h2xs 1.21 with options
46                 -A -X -n Text::Unicode::Normalize
47