File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed 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
13
13
Release 1.3
14
14
===========
15
15
16
- ** Not released yet **
16
+ This release adds new APIs and contains internal or non-breaking api changes.
17
17
18
18
* feat: New convenience methods :meth: `PushMultipartParser.parse_blocking ` and
19
19
:meth: `PushMultipartParser.parse_async `.
20
20
* feat: Nicer error messages when reading from a closed ``MultipartPart ``.
21
+ * feat: Improved typing.
21
22
* change: ``segment `` is now a required constructor argument for ``MultipartPart ``
22
23
and changed position. The constructor is not part of the public API, so this
23
24
should not break user code.
25
+ * fix/change: Closing a MultipartPart should set its ``file `` to ``None ``, not ``False ``.
24
26
25
27
Release 1.2
26
28
===========
You can’t perform that action at this time.
0 commit comments