File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,14 +13,16 @@ and may break applications that rely on *incorrect* or *undefined* behavior or
1313Release 1.3
1414===========
1515
16- ** Not released yet **
16+ This release adds new APIs and contains internal or non-breaking api changes.
1717
1818* feat: New convenience methods :meth: `PushMultipartParser.parse_blocking ` and
1919 :meth: `PushMultipartParser.parse_async `.
2020* feat: Nicer error messages when reading from a closed ``MultipartPart ``.
21+ * feat: Improved typing.
2122* change: ``segment `` is now a required constructor argument for ``MultipartPart ``
2223 and changed position. The constructor is not part of the public API, so this
2324 should not break user code.
25+ * fix/change: Closing a MultipartPart should set its ``file `` to ``None ``, not ``False ``.
2426
2527Release 1.2
2628===========
You can’t perform that action at this time.
0 commit comments