summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomaz Solc <tomaz.solc@tablix.org>2017-01-09 17:35:02 +0100
committerTomaz Solc <tomaz.solc@tablix.org>2017-01-09 17:35:02 +0100
commit95fc41bedf3f6365594a501b27e87b09a70d16cc (patch)
treee24c6f1196b72ff2a1df9809009aeea3c6719c2e
parenta1a75bbf7b5bc6a7a0412adbec02be73a059c446 (diff)
downloadunidecode-95fc41bedf3f6365594a501b27e87b09a70d16cc.tar.gz
Update ChangeLog
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cb4a3e3..602b5cc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2017-01-09 unidecode 0.04.20
+ * Fixed transliteration of circled Latin letters and numbers
+ (thanks to Krzysztof Jurewicz).
+ * Add square unit symbols.
+ * Add Latin variants in U+20xx and U+21xx pages.
+ * Fix U+02B1 MODIFIER LETTER SMALL H WITH HOOK.
+ * Fix U+205F MEDIUM MATHEMATICAL SPACE.
+ * Add "DIGIT ... COMMA" and "PARANTHESIZED LATIN CAPITAL LETTER"
+ in U+1F1xx page.
+ * Add missing vulgar fractions and a/c, a/s, c/o, c/u symbols.
+ * Add universal Wheel release (thanks to Adam Chainz).
+
2016-01-21 unidecode 0.04.19
* Add unidecode_expect_ascii() and unidecode_expect_nonascii()