Skip to content

Commit d53701d

Browse files
committed
Generate release notes for v0.4.2.
1 parent d6e474d commit d53701d

File tree

6 files changed

+27
-5
lines changed

6 files changed

+27
-5
lines changed

changes/213.feature.rst

-1
This file was deleted.

changes/214.feature.rst

-1
This file was deleted.

changes/215.bugfix.rst

-1
This file was deleted.

changes/216.bugfix.rst

-1
This file was deleted.

changes/218.feature.rst

-1
This file was deleted.

docs/background/releases.rst

+27
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,33 @@ Release History
33

44
.. towncrier release notes start
55
6+
0.4.2 (2021-11-14)
7+
------------------
8+
9+
Features
10+
^^^^^^^^
11+
12+
* Added `autoreleasepool` context manager to mimic Objective-C
13+
`@autoreleasepool` blocks. (`#213
14+
<https://github.com/beeware/rubicon-objc/issues/213>`_)
15+
16+
* Allow storing Python objects in Objective-C properties declared with
17+
`@objc_property`. (`#214
18+
<https://github.com/beeware/rubicon-objc/issues/214>`_)
19+
20+
* Added support for Python 3.10. (`#218
21+
<https://github.com/beeware/rubicon-objc/issues/218>`_)
22+
23+
Bugfixes
24+
^^^^^^^^
25+
26+
* Raise `TypeError` when trying to declare a weak property of a non-object
27+
type. (`#215 <https://github.com/beeware/rubicon-objc/issues/215>`_)
28+
29+
* Corrected handling of methods when a class overrides a method defined in a
30+
grandparent. (`#216 <https://github.com/beeware/rubicon-objc/issues/216>`_)
31+
32+
633
0.4.1 (2021-07-25)
734
------------------
835

0 commit comments

Comments
 (0)