File tree 6 files changed +27
-5
lines changed
6 files changed +27
-5
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -3,6 +3,33 @@ Release History
3
3
4
4
.. towncrier release notes start
5
5
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
+
6
33
0.4.1 (2021-07-25)
7
34
------------------
8
35
You can’t perform that action at this time.
0 commit comments