C++: Add change note

This commit is contained in:
Jeroen Ketema
2023-10-24 11:46:45 +02:00
parent dc512728fa
commit 75a1173d63

View File

@@ -0,0 +1,4 @@
---
category: breaking
---
* The `Container` and `Folder` classes now derive from `ElementBase` instead of `Locatable`, and no longer expose the `getLocation` predicate. Use `getURL` instead.