You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,15 @@
2
2
3
3
## [Unreleased]
4
4
5
+
## [0.11.7] - 2023-03-27
5
6
6
7
### Fixed
7
8
8
9
- Parse empty table name if it is quoted. ([#258](https://github.com/sdispater/tomlkit/issues/258))
9
10
- Fix a bug that remove last element of an Inline Table leaves a comma. ([#259](https://github.com/sdispater/tomlkit/issues/259))
10
11
- Parse datetime when it is followed by a space. ([#260](https://github.com/sdispater/tomlkit/issues/260))
11
12
- Fix the `unwrap()` method for `Container` children values which sometimes returns an internal object if the table is an out-of-order table. ([#264](https://github.com/sdispater/tomlkit/issues/264))
13
+
- Fix the wrong return type when doing arithmetic operations between integers and floats. ([#270](https://github.com/sdispater/tomlkit/issues/270))
12
14
13
15
## [0.11.6] - 2022-10-27
14
16
@@ -337,7 +339,8 @@
337
339
- Fixed handling of super tables with different sections.
0 commit comments