C++: Remove the released change note and add a new change note.

This commit is contained in:
Mathias Vorreiter Pedersen
2024-12-04 14:46:02 +00:00
parent 5327847744
commit 5a90b25c45
2 changed files with 5 additions and 3 deletions

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* The `Guards` library (`semmle.code.cpp.controlflow.Guards`) has been improved to recognize more guard conditions.

View File

@@ -1,5 +1,3 @@
## 2.1.1
### Minor Analysis Improvements
* The `Guards` library (`semmle.code.cpp.controlflow.Guards`) has been improved to recognize more guard conditions. Additionally, the guards library no longer considers guards in static local initializers or global initializers as `GuardCondition`s.
No user-facing changes.