Update cpp/ql/lib/change-notes/2024-06-20-extensible-allocation-deallocation.md

Co-authored-by: Geoffrey White <40627776+geoffw0@users.noreply.github.com>
This commit is contained in:
Mathias Vorreiter Pedersen
2024-06-24 13:50:24 +01:00
committed by GitHub
parent c357cc9f08
commit 82ed1ee671

View File

@@ -1,4 +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.
* It is now possible to extend the classes `AllocationFunction` and `DeallocationFunction` via data extensions. Extensions of these classes should be added to the `lib/ext/allocation` and `lib/ext/deallocation` directories respectively.