From d3df2033f0ef480ee4ccc9f6713f1eb3bca0912d Mon Sep 17 00:00:00 2001 From: Asger F Date: Thu, 23 Jun 2022 14:11:11 +0200 Subject: [PATCH] Update cpp/ql/lib/change-notes/released/0.3.0.md --- cpp/ql/lib/change-notes/released/0.3.0.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/cpp/ql/lib/change-notes/released/0.3.0.md b/cpp/ql/lib/change-notes/released/0.3.0.md index c266a3cfa65..8c45dc21817 100644 --- a/cpp/ql/lib/change-notes/released/0.3.0.md +++ b/cpp/ql/lib/change-notes/released/0.3.0.md @@ -4,10 +4,6 @@ * The `BarrierGuard` class has been deprecated. Such barriers and sanitizers can now instead be created using the new `BarrierGuard` parameterized module. -### New Features - -* An `isBraced` predicate was added to the `Initializer` class which holds when a C++ braced initializer was used in the initialization. - ### Bug Fixes * `UserType.getADeclarationEntry()` now yields all forward declarations when the user type is a `class`, `struct`, or `union`.