File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments