From 8564c1f4582750b0b89a7e48ffa7722c913201b4 Mon Sep 17 00:00:00 2001 From: Simon Friis Vindum Date: Wed, 17 Dec 2025 14:50:50 +0100 Subject: [PATCH] Rust: Add change note --- rust/ql/lib/change-notes/2025-12-17-adt-rename.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 rust/ql/lib/change-notes/2025-12-17-adt-rename.md diff --git a/rust/ql/lib/change-notes/2025-12-17-adt-rename.md b/rust/ql/lib/change-notes/2025-12-17-adt-rename.md new file mode 100644 index 00000000000..0b66b4664a1 --- /dev/null +++ b/rust/ql/lib/change-notes/2025-12-17-adt-rename.md @@ -0,0 +1,4 @@ +--- +category: minorAnalysis +--- +* Renamed the `Adt` class to `TypeItem` and moved common predicates from `Struct`, `Enum`, and `Union` to `TypeItem`. \ No newline at end of file