From 1a068a1de73686bffbf974a34fe9a0e790b92014 Mon Sep 17 00:00:00 2001 From: Stan Ulbrych Date: Sun, 2 Nov 2025 14:22:46 +0000 Subject: [PATCH] Changelog --- CHANGELOG.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..5c0c8a7 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,32 @@ +# Changelog + +## [1.1.4](https://github.com/bodograumann/python-iconv/releases/tag/v1.1.4) + +- Add testing CI by @StanFromIreland in #12. +- Fix building on Linux by @StanFromIreland in #13. + + +## [1.1.3](https://github.com/bodograumann/python-iconv/releases/tag/v1.1.3) + +- Fix to build on windows by @gotoh in #8. + + +## [1.1.2](https://github.com/bodograumann/python-iconv/releases/tag/v1.1.2) + +- Add Python 3.11 compatibility. + + +## [1.1.1](https://github.com/bodograumann/python-iconv/releases/tag/v1.1.1) + +- Fix encoding failing when output is longer than input and other edge cases (#2) + in #3. + + +## [1.1.0](https://github.com/bodograumann/python-iconv/releases/tag/v1.1.0) + +- Add support for incremental encoding and decoding. + + +## [1.0.0](https://github.com/bodograumann/python-iconv/releases/tag/v1.0.0) + +- Initial port to python 3.