C++: Add change note.

This commit is contained in:
Mathias Vorreiter Pedersen
2024-06-20 15:15:43 +01:00
parent 69490c62cd
commit c357cc9f08

View File

@@ -0,0 +1,4 @@
---
category: feature
---
* It is now possible to extend the classes `AllocationFunction` and `DeallocationFunction` via data extensions. Extensions of these classes should be added to `lib/ext/allocation` and `lib/ext/deallocation` respectively.