Skip to content

Commit a035dd5

Browse files
author
Your Name
committed
update
1 parent 9e4d24e commit a035dd5

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

RELEASENOTES.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
122
## 0.25.0
223

324
* NSInvocation does not raise anymore during -init as noone should raise during init

0 commit comments

Comments
 (0)