Skip to content

Commit 9be0cc2

Browse files
committed
RELEASENOTES.md
1 parent f79f3a4 commit 9be0cc2

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

RELEASENOTES.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 0.23.0
2+
3+
* fix endless recursion in to hither unused function `mulle_objc_universeid_is_sane`
4+
* fix an assert in class-search, that curiously was never triggered
5+
* changed a lot of printf formats so that they also should work on 16 bit systems
6+
* changed the bits field in `_mulle_objc_descriptor` from `int` to ``uint32_t`` (for the future benefit of 16 bit systems)
7+
* rename method signature methods from `_signature_` to `_methodsignature_`
8+
* added `_mulle_objc_ivarsignature_compare`
9+
* you can now mark classes as being boring allocations (e.g. NSAutoreleasePool) `MULLE_OBJC_CLASS_IS_BORING_ALLOCATION` as to not show up in `MULLE_OBJC_TRACE_INSTANCE,` except when set to 2
10+
* allow instance reuse on a global or infraclass level
11+
12+
113
### 0.22.1
214

315
* improved trace output

0 commit comments

Comments
 (0)