diff --git a/cpp/ql/lib/change-notes/2025-01-13-struct-proxy.md b/cpp/ql/lib/change-notes/2025-01-13-struct-proxy.md new file mode 100644 index 000000000000..2052b8af495e --- /dev/null +++ b/cpp/ql/lib/change-notes/2025-01-13-struct-proxy.md @@ -0,0 +1,6 @@ +--- +category: feature +--- +* A new predicate `getDecltype`was added to the `ProxyClass` class, which yields the decltype for the proxy class. +* Template classes that are of `struct` type are now also instances of the `Struct` class. +* Template classes that are of `union` type are now also instances of the `Union` class.