diff --git a/CHANGELOG.md b/CHANGELOG.md index 64a8f65..ae9d708 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.2.0 +- Add support the following encodings: + * Windows-1253 / cp-1253 + * Windows-1254 / cp-1254 + + ## 1.1.0 - Support chunked conversion diff --git a/README.md b/README.md index 7ee8dc7..f61a0c0 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,8 @@ Supports the following encodings: * Windows-1250 / cp-1250 * Windows-1251 / cp-1251 * Windows-1252 / cp-1252 + * Windows-1253 / cp-1253 + * Windows-1254 / cp-1254 * GBK (compatible with GB-2312) diff --git a/pubspec.yaml b/pubspec.yaml index 6191b8a..8c95480 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: enough_convert description: Support for ISO 8859 / Latin and Windows character encodings / charsets / codecs missing from `dart:convert`. -version: 1.1.0 +version: 1.2.0 homepage: https://github.com/Enough-Software/enough_convert environment: