diff options
author | Tomaz Solc <tomaz.solc@tablix.org> | 2021-02-05 12:06:20 +0100 |
---|---|---|
committer | Tomaz Solc <tomaz.solc@tablix.org> | 2021-02-05 12:06:20 +0100 |
commit | 32e5b6dd29036aba540d897e65db65473f5ab03e (patch) | |
tree | d977eb27c345bc6a9af298b4822224f3aed91cbe | |
parent | 3e81ccce2eadfdc54e5ef44fd2255a769946602d (diff) | |
download | unidecode-32e5b6dd29036aba540d897e65db65473f5ab03e.tar.gz |
Update change log.
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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. |