Skip to content

Commit f21d64b

Browse files
committed
docs: Finalizing changelog
1 parent 73738db commit f21d64b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,16 @@ and may break applications that rely on *incorrect* or *undefined* behavior or
1313
Release 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

2527
Release 1.2
2628
===========

0 commit comments

Comments
 (0)