Skip to content

Commit a1a8d37

Browse files
authored
Update CHANGELOG.md
1 parent 1b2a53f commit a1a8d37

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## [Unreleased]
4+
5+
## [0.12.2] - 2023-09-20
6+
7+
### Fixed
8+
9+
- Correct the return type of integer division. ([#312](https://github.com/sdispater/tomlkit/issues/312))
10+
311
## [0.12.1] - 2023-07-27
412

513
### Fixed
@@ -365,7 +373,8 @@
365373
- Fixed handling of super tables with different sections.
366374
- Fixed raw strings escaping.
367375

368-
[unreleased]: https://github.com/sdispater/tomlkit/compare/0.12.1...master
376+
[unreleased]: https://github.com/sdispater/tomlkit/compare/0.12.2...master
377+
[0.12.2]: https://github.com/sdispater/tomlkit/releases/tag/0.12.2
369378
[0.12.1]: https://github.com/sdispater/tomlkit/releases/tag/0.12.1
370379
[0.12.0]: https://github.com/sdispater/tomlkit/releases/tag/0.12.0
371380
[0.11.8]: https://github.com/sdispater/tomlkit/releases/tag/0.11.8

0 commit comments

Comments
 (0)