CPP: Add change notes for changes to DeleteExpr/DeleteArrayExpr

This commit is contained in:
Alex Eyers-Taylor
2023-08-25 17:12:25 +01:00
parent d699201ad0
commit 8badf10a53
2 changed files with 8 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
---
category: feature
---
* Added `DeleteOrDeleteArrayExpr` as a super type of `DeleteExpr` and `DeleteArrayExpr`

View File

@@ -0,0 +1,4 @@
---
category: deprecated
---
* `getAllocatorCall` on `DeleteExpr` and `DeleteArrayExpr` has been deprecated. `getDeallocatorCall` should be used instead.