Skip to content

Commit 851a026

Browse files
authored
Add entry to changelog (#157)
1 parent 265d6a4 commit 851a026

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

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

3+
## 0.0.10 (2024-09-21)
4+
5+
* Support `on_header_begin` [#103](https://github.com/Kludex/python-multipart/pull/103).
6+
* Improve type hints on `FormParser` [#104](https://github.com/Kludex/python-multipart/pull/104).
7+
* Fix `OnFileCallback` type [#106](https://github.com/Kludex/python-multipart/pull/106).
8+
* Improve type hints [#110](https://github.com/Kludex/python-multipart/pull/110).
9+
* Improve type hints on `File` [#111](https://github.com/Kludex/python-multipart/pull/111).
10+
* Add type hint to helper functions [#112](https://github.com/Kludex/python-multipart/pull/112).
11+
* Minor fix for Field.__repr__ [#114](https://github.com/Kludex/python-multipart/pull/114).
12+
* Fix use of chunk_size parameter [#136](https://github.com/Kludex/python-multipart/pull/136).
13+
* Allow digits and valid token chars in headers [#134](https://github.com/Kludex/python-multipart/pull/134).
14+
* Fix headers being carried between parts [#135](https://github.com/Kludex/python-multipart/pull/135).
15+
316
## 0.0.9 (2024-02-10)
417

518
* Add support for Python 3.12 [#85](https://github.com/Kludex/python-multipart/pull/85).

0 commit comments

Comments
 (0)