mirror of
https://github.com/github/codeql.git
synced 2026-05-20 14:17:11 +02:00
11 lines
425 B
Markdown
11 lines
425 B
Markdown
## 10.0.0
|
|
|
|
### Breaking Changes
|
|
|
|
* The deprecated `NonThrowingFunction` class has been removed, use `NonCppThrowingFunction` instead.
|
|
* The deprecated `ThrowingFunction` class has been removed, use `AlwaysSehThrowingFunction` instead.
|
|
|
|
### New Features
|
|
|
|
* Added a subclass `AutoconfConfigureTestFile` of `ConfigurationTestFile` that represents files created by GNU autoconf configure scripts to test the build configuration.
|