From e2ae4a699ceb197fa5dbda67bbc5bb94a1d8624e Mon Sep 17 00:00:00 2001 From: Mathias Vorreiter Pedersen Date: Tue, 30 Jan 2024 11:44:46 +0000 Subject: [PATCH] C++: Add change note. --- cpp/ql/lib/change-notes/2024-01-30-throwing-model.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 cpp/ql/lib/change-notes/2024-01-30-throwing-model.md diff --git a/cpp/ql/lib/change-notes/2024-01-30-throwing-model.md b/cpp/ql/lib/change-notes/2024-01-30-throwing-model.md new file mode 100644 index 00000000000..591cc8cc771 --- /dev/null +++ b/cpp/ql/lib/change-notes/2024-01-30-throwing-model.md @@ -0,0 +1,4 @@ +--- +category: feature +--- +* Added a new `ThrowingFunction` abstract class that can be used to model an external function that may throw an exception. \ No newline at end of file