Skip to content

Commit

Permalink
fix: changelog
Browse files Browse the repository at this point in the history
Signed-off-by: Frost Ming <me@frostming.com>
  • Loading branch information
frostming committed May 23, 2024
1 parent 13576bb commit 987322c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

- Fix the incompatiblity with 3.13 because of the `datetime.replace()` change. ([#333](https://github.com/python-poetry/tomlkit/issues/333))

## [0.12.4] - 2024-05-08
## [0.12.5] - 2024-05-08

### Fixed

Expand Down
2 changes: 0 additions & 2 deletions tomlkit/container.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,8 +323,6 @@ def _raw_append(self, key: Key | None, item: Item) -> None:
if key is not None:
dict.__setitem__(self, key.key, item.value)

return self

def _remove_at(self, idx: int) -> None:
key = self._body[idx][0]
index = self._map.get(key)
Expand Down

0 comments on commit 987322c

Please sign in to comment.