- Make printing typeids give some helpful typeid data.

This commit is contained in:
Christoffer Lerno
2025-11-24 17:11:19 +01:00
parent 887ed5b9e9
commit 5d468ccbf0
2 changed files with 3 additions and 2 deletions

View File

@@ -49,6 +49,7 @@
- Deprecate objc enums in favour of const inline enums backed by NS numerical types, and with the NS prefix, to better align with the objc api (macOS).
- Deprecate `event_type_from` function in favour of using NSEvent directly, to better align with the objc api (macOS).
- Add unit tests for objc and core_foundation (macOS).
- Make printing typeids give some helpful typeid data.
## 0.7.7 Change list