-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathChangeLog
42 lines (27 loc) · 1.03 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
2015-06-01 unidecode 0.4.9
* Fixes character: in Mandarin, 广's pinyin is Guang, not Yan,
thanks to @adamwen829.
2013-11-20 unidecode 0.4.8
* Updates URL and version,
thanks to Thomas Grainger (@graingert) and @gbenmartin.
* Fixes Chinese Jing transliteration,
thanks to Proton (@feisuzhu).
2011-02-16 unidecode 0.04.6
* Support for a lot of various less common variants of Latin
letters and digraphs.
* Fixes to Czech pangram transliteration (thanks to Jan Killian)
2010-10-15 unidecode 0.04.5
* Unit test fixes.
2010-10-12 unidecode 0.04.4
* Unit tests for Python 3 and simplified transliteration
code (thanks to Thomas Kluyver)
* Support for mathematical versions of Latin and Greek alphabets
and digits.
2010-01-12 unidecode 0.04.3
* Corrected transliteration for Cyrillic alphabet
(thanks to Ruslan Grokhovetskiy)
2009-08-27 unidecode 0.04.2
* Corrected replacements for Japanese Kana characters
(thanks to Michel Albert)
2009-01-25 unidecode 0.04.1
* First public release