Skip to content

Commit ffa4e3b

Browse files
authored
Fix changelog typos
1 parent ec70b80 commit ffa4e3b

File tree

4 files changed

+2
-4
lines changed

4 files changed

+2
-4
lines changed

cpp/ql/lib/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
### New Features
44

55
* Add a new predicate `getAnIndirectBarrier` to the parameterized module `InstructionBarrierGuard` in `semmle.code.cpp.dataflow.new.DataFlow` for computing indirect dataflow nodes that are guarded by a given instruction. This predicate is similar to the `getAnIndirectBarrier` predicate on the parameterized module `BarrierGuard`.
6-
* A new predicate `getDecltype`was added to the `ProxyClass` class, which yields the decltype for the proxy class.
6+
* A new predicate `getDecltype` was added to the `ProxyClass` class, which yields the decltype for the proxy class.
77
* Template classes that are of `struct` type are now also instances of the `Struct` class.
88
* Template classes that are of `union` type are now also instances of the `Union` class.
99
* A new abstract class `ConfigurationTestFile` (`semmle.code.cpp.ConfigurationTestFile.ConfigurationTestFile`) was introduced, which represents files created to test the build configuration. A subclass `CmakeTryCompileFile` of `ConfigurationTestFile` was also introduced, which represents files created by CMake to test the build configuration.

cpp/ql/lib/change-notes/released/3.2.0.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
### New Features
44

55
* Add a new predicate `getAnIndirectBarrier` to the parameterized module `InstructionBarrierGuard` in `semmle.code.cpp.dataflow.new.DataFlow` for computing indirect dataflow nodes that are guarded by a given instruction. This predicate is similar to the `getAnIndirectBarrier` predicate on the parameterized module `BarrierGuard`.
6-
* A new predicate `getDecltype`was added to the `ProxyClass` class, which yields the decltype for the proxy class.
6+
* A new predicate `getDecltype` was added to the `ProxyClass` class, which yields the decltype for the proxy class.
77
* Template classes that are of `struct` type are now also instances of the `Struct` class.
88
* Template classes that are of `union` type are now also instances of the `Union` class.
99
* A new abstract class `ConfigurationTestFile` (`semmle.code.cpp.ConfigurationTestFile.ConfigurationTestFile`) was introduced, which represents files created to test the build configuration. A subclass `CmakeTryCompileFile` of `ConfigurationTestFile` was also introduced, which represents files created by CMake to test the build configuration.

go/ql/lib/CHANGELOG.md

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
* `database` local source models have been added for the Beego ORM package.
66
* `database` local source models have been added for the `github.com/jmoiron/sqlx` package.
77
* Added `database` source models for database methods from the `gorm.io/gorm` package.
8-
`
98
* `database` local source models have been added for the `database/sql` and `database/sql/driver` packages.
109

1110
## 3.0.1

go/ql/lib/change-notes/released/3.0.2.md

-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,4 @@
55
* `database` local source models have been added for the Beego ORM package.
66
* `database` local source models have been added for the `github.com/jmoiron/sqlx` package.
77
* Added `database` source models for database methods from the `gorm.io/gorm` package.
8-
`
98
* `database` local source models have been added for the `database/sql` and `database/sql/driver` packages.

0 commit comments

Comments
 (0)