Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.