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
+12
Original file line number
Diff line number
Diff 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
0 commit comments