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
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,15 @@
1
1
# Change Log
2
2
3
+
## [Unreleased]
4
+
5
+
## [0.11.2] - 2022-08-08
6
+
7
+
### Fixed
8
+
9
+
- Fix adding float to an integer value. ([#215](https://github.com/sdispater/tomlkit/issues/215))
10
+
- Keep the end-of-array style when adding items to or removing items from an array. ([#213](https://github.com/sdispater/tomlkit/issues/213), [#216](https://github.com/sdispater/tomlkit/issues/216))
11
+
- Fix a bug of redundant table header shown when removing children from a super table. ([#217](https://github.com/sdispater/tomlkit/issues/219))
12
+
3
13
## [0.11.1] - 2022-07-07
4
14
5
15
### Changed
@@ -10,6 +20,7 @@
10
20
- Raise errors when trying to access unsupported methods on `OutOfOrderTableProxy`. ([#205](https://github.com/sdispater/tomlkit/issues/205))
11
21
12
22
### Fixed
23
+
13
24
- Fix `unwrap()` for String values to remove the quotes. ([#199](https://github.com/sdispater/tomlkit/issues/199))
14
25
15
26
## [0.11.0] - 2022-05-24
@@ -289,7 +300,8 @@
289
300
- Fixed handling of super tables with different sections.
0 commit comments