Skip to content

Commit

Permalink
Merge pull request #18281 from jketema/changenote
Browse files Browse the repository at this point in the history
C++: Add word missing from change note
  • Loading branch information
jketema authored Dec 16, 2024
2 parents a3ef0b9 + da3fcda commit fa5cc90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cpp/ql/lib/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

### Deprecated APIs

* The `NonThrowing` class (`semmle.code.cpp.models.interfaces.NonThrowing`) has been deprecated. Please use the `NonCppThrowingFunction` class instead.
* The `NonThrowingFunction` class (`semmle.code.cpp.models.interfaces.NonThrowing.NonThrowingFunction`) has been deprecated. Please use the `NonCppThrowingFunction` class instead.

## 2.1.1

Expand Down
2 changes: 1 addition & 1 deletion cpp/ql/lib/change-notes/released/3.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

### Deprecated APIs

* The `NonThrowing` class (`semmle.code.cpp.models.interfaces.NonThrowing`) has been deprecated. Please use the `NonCppThrowingFunction` class instead.
* The `NonThrowingFunction` class (`semmle.code.cpp.models.interfaces.NonThrowing.NonThrowingFunction`) has been deprecated. Please use the `NonCppThrowingFunction` class instead.

0 comments on commit fa5cc90

Please sign in to comment.