Update docs/codeql/codeql-overview/codeql-changelog/codeql-cli-2.20.0.rst

Co-authored-by: Jeroen Ketema <93738568+jketema@users.noreply.github.com>
This commit is contained in:
Florin Coada
2024-12-20 12:19:53 +02:00
committed by GitHub
parent 3bd8d7c0bb
commit 66f3b718a6

View File

@@ -178,7 +178,7 @@ Deprecated APIs
C/C++
"""""
* The :code:`NonThrowing` class (:code:`semmle.code.cpp.models.interfaces.NonThrowing`) has been deprecated. Please use the :code:`NonCppThrowingFunction` class instead.
* The :code:`NonThrowingFunction` class (:code:`semmle.code.cpp.models.interfaces.NonThrowing.NonThrowingFunction`) has been deprecated. Please use the :code:`NonCppThrowingFunction` class instead.
Shared Libraries
----------------