Skip to content

Commit

Permalink
Add v1.1.0 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
hukkin committed Oct 8, 2024
1 parent 293e0a1 commit fc17bb4
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 1.1.0

- Removed
- Support for Python 3.7 and 3.8
- Added
- Accept generic `collections.abc.Mapping`, not just `dict`, as input.
Thank you [Watal M. Iwasaki](https://github.com/heavywatal) for the
[PR](https://github.com/hukkin/tomli-w/pull/46).
- `indent` keyword argument for customizing indent width of arrays.
Thank you [Wim Jeantine-Glenn](https://github.com/wimglenn) for the
[PR](https://github.com/hukkin/tomli-w/pull/49).
- Type annotations
- Type annotate `dump` function's output stream object as `typing.IO[bytes]` (previously `typing.BinaryIO`)

## 1.0.0

- Removed
Expand Down

0 comments on commit fc17bb4

Please sign in to comment.