summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomaz Solc <tomaz.solc@tablix.org>2021-02-05 12:06:20 +0100
committerTomaz Solc <tomaz.solc@tablix.org>2021-02-05 12:06:20 +0100
commit32e5b6dd29036aba540d897e65db65473f5ab03e (patch)
treed977eb27c345bc6a9af298b4822224f3aed91cbe
parent3e81ccce2eadfdc54e5ef44fd2255a769946602d (diff)
downloadunidecode-32e5b6dd29036aba540d897e65db65473f5ab03e.tar.gz
Update change log.
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c0fe218..bd9c7da 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2021-02-05 unidecode 1.2.0
+ * Add 'errors' argument that specifies how characters with unknown
+ replacements are handled. Default is 'ignore' to replicate the
+ behavior of older versions.
+ * Many characters that were previously replaced with '[?]' are now
+ correctly marked as unknown and will behave as specified in the
+ new errors='...' argument.
+ * Added some missing ligatures and quotation marks in U+1F6xx and
+ U+27xx ranges.
+ * Add PEP 561-style type information (thanks to Pascal Corpet)
+ * Support for Python 2 and 3.5 to be removed in next release.
+
2020-12-20 unidecode 1.1.2
* Add some missing replacements in the U+23xx page.
* Fix U+204A "TIRONIAN SIGN ET" replacement.