Rust: Add change note

This commit is contained in:
Simon Friis Vindum
2025-12-17 14:50:50 +01:00
parent 97fd70e4f4
commit 8564c1f458

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* Renamed the `Adt` class to `TypeItem` and moved common predicates from `Struct`, `Enum`, and `Union` to `TypeItem`.