Update cpp/ql/lib/change-notes/2024-11-18-throwing-functions.md

Co-authored-by: Mathias Vorreiter Pedersen <mathiasvp@github.com>
This commit is contained in:
Ben Rodes
2024-11-20 09:06:44 -05:00
committed by GitHub
parent 4e777561f0
commit 69df07ed12

View File

@@ -1,4 +1,4 @@
---
category: minorAnalysis
category: deprecated
---
* Removed NonThrowing.qll. Throwing meta-data now part of Throwing.qll. Updated models and IR to use the new Throwing library and predicates.
* The `NonThrowing` class (`semmle.code.cpp.models.interfaces.NonThrowing`) has been deprecated. Please use the `NonThrowing` class from `semmle.code.cpp.models.interfaces.Throwing` instead.