C++: Add change note

This commit is contained in:
Jeroen Ketema
2026-04-14 13:46:43 +02:00
parent 12868e5140
commit 9ef088d423

View File

@@ -0,0 +1,5 @@
---
category: breaking
---
* The deprecated `NonThrowingFunction` class has been removed, use `NonCppThrowingFunction` instead.
* The deprecated `ThrowingFunction` class has been removed, use `AlwaysSehThrowingFunction` instead.