Skip to content

Commit fc17bb4

Browse files
committed
Add v1.1.0 changelog
1 parent 293e0a1 commit fc17bb4

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## 1.1.0
4+
5+
- Removed
6+
- Support for Python 3.7 and 3.8
7+
- Added
8+
- Accept generic `collections.abc.Mapping`, not just `dict`, as input.
9+
Thank you [Watal M. Iwasaki](https://github.com/heavywatal) for the
10+
[PR](https://github.com/hukkin/tomli-w/pull/46).
11+
- `indent` keyword argument for customizing indent width of arrays.
12+
Thank you [Wim Jeantine-Glenn](https://github.com/wimglenn) for the
13+
[PR](https://github.com/hukkin/tomli-w/pull/49).
14+
- Type annotations
15+
- Type annotate `dump` function's output stream object as `typing.IO[bytes]` (previously `typing.BinaryIO`)
16+
317
## 1.0.0
418

519
- Removed

0 commit comments

Comments
 (0)