You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASENOTES.md
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,24 @@
1
+
## 0.26.0
2
+
3
+
4
+
5
+
6
+
* UTF8String is now defined as not threadsafe and nonLockingUTF8String must be though
7
+
* -colorizedUTF8String used -nonLockingUTF8String
8
+
* more clarification for the -copy method
9
+
* more clarification for TAO strategies
10
+
* new function MulleObjCClassImplementsSelector specifically for -copy methods to check that a subclass is implementing -copy properly but can be useful in other places as well
11
+
12
+
* added MulleObjCIMPArray functionality for collecting and calling method implementations
13
+
* improved MulleDynamicObject with better forward: handling and generic type support
14
+
* renamed generic type enums to MulleObjCGenericType for consistency
15
+
* exposed `_MulleDynamicObjectForward` helper function for subclasses
16
+
* added documentation for proper forward: implementation in MulleDynamicObject
17
+
18
+
* use new memset32 function to scribble zombies
19
+
* NSMutableCopying moved to Foundation, because mulle-objc does not support it anymore
20
+
21
+
1
22
## 0.25.0
2
23
3
24
* NSInvocation does not raise anymore during -init as noone should raise during init
0 commit comments