Skip to content

Commit 1a068a1

Browse files
Changelog
1 parent 1a08330 commit 1a068a1

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Changelog
2+
3+
## [1.1.4](https://github.com/bodograumann/python-iconv/releases/tag/v1.1.4)
4+
5+
- Add testing CI by @StanFromIreland in #12.
6+
- Fix building on Linux by @StanFromIreland in #13.
7+
8+
9+
## [1.1.3](https://github.com/bodograumann/python-iconv/releases/tag/v1.1.3)
10+
11+
- Fix to build on windows by @gotoh in #8.
12+
13+
14+
## [1.1.2](https://github.com/bodograumann/python-iconv/releases/tag/v1.1.2)
15+
16+
- Add Python 3.11 compatibility.
17+
18+
19+
## [1.1.1](https://github.com/bodograumann/python-iconv/releases/tag/v1.1.1)
20+
21+
- Fix encoding failing when output is longer than input and other edge cases (#2)
22+
in #3.
23+
24+
25+
## [1.1.0](https://github.com/bodograumann/python-iconv/releases/tag/v1.1.0)
26+
27+
- Add support for incremental encoding and decoding.
28+
29+
30+
## [1.0.0](https://github.com/bodograumann/python-iconv/releases/tag/v1.0.0)
31+
32+
- Initial port to python 3.

0 commit comments

Comments
 (0)