From d6964ff755447d5bc921a11633cb50c1b8bdcfa9 Mon Sep 17 00:00:00 2001 From: Jeroen Ketema Date: Fri, 13 Dec 2024 10:48:46 +0100 Subject: [PATCH 1/2] C++: Add word missing from change note --- cpp/ql/lib/CHANGELOG.md | 2 +- cpp/ql/lib/change-notes/released/3.0.0.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cpp/ql/lib/CHANGELOG.md b/cpp/ql/lib/CHANGELOG.md index 4091ef97e4d7..a81b364ad902 100644 --- a/cpp/ql/lib/CHANGELOG.md +++ b/cpp/ql/lib/CHANGELOG.md @@ -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`) has been deprecated. Please use the `NonCppThrowingFunction` class instead. ## 2.1.1 diff --git a/cpp/ql/lib/change-notes/released/3.0.0.md b/cpp/ql/lib/change-notes/released/3.0.0.md index 5945c94c566d..cdcb35348d60 100644 --- a/cpp/ql/lib/change-notes/released/3.0.0.md +++ b/cpp/ql/lib/change-notes/released/3.0.0.md @@ -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`) has been deprecated. Please use the `NonCppThrowingFunction` class instead. From da3fcda4fc378fa048d88a80a0fecd4ce73d9dff Mon Sep 17 00:00:00 2001 From: Jeroen Ketema Date: Mon, 16 Dec 2024 14:25:41 +0100 Subject: [PATCH 2/2] C++: Address review comments --- cpp/ql/lib/CHANGELOG.md | 2 +- cpp/ql/lib/change-notes/released/3.0.0.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cpp/ql/lib/CHANGELOG.md b/cpp/ql/lib/CHANGELOG.md index a81b364ad902..19784b530e7a 100644 --- a/cpp/ql/lib/CHANGELOG.md +++ b/cpp/ql/lib/CHANGELOG.md @@ -6,7 +6,7 @@ ### Deprecated APIs -* The `NonThrowingFunction` 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 diff --git a/cpp/ql/lib/change-notes/released/3.0.0.md b/cpp/ql/lib/change-notes/released/3.0.0.md index cdcb35348d60..a2847031fc95 100644 --- a/cpp/ql/lib/change-notes/released/3.0.0.md +++ b/cpp/ql/lib/change-notes/released/3.0.0.md @@ -6,4 +6,4 @@ ### Deprecated APIs -* The `NonThrowingFunction` 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.