Skip to content

Commit c2df7e0

Browse files
authored
Update CHANGELOG with recent version changes
Updated CHANGELOG.md to include changes for versions 1.8.2 and 1.8.1. Signed-off-by: NateD-MSFT <34494373+NateD-MSFT@users.noreply.github.com>
1 parent 2256139 commit c2df7e0

1 file changed

Lines changed: 22 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11

22
# Change Log
33
All notable changes to this project will be documented in this file.
4+
5+
6+
## [1.8.2] - 2026-01-23
7+
8+
### Changed
9+
- IrqlSetTooHigh.ql and IrqlSetTooLow.ql now provide clearer explanations when a defect is found.
10+
### Fixed
11+
- Fixed a bug where IrqlTooLow.ql did not report only when certain that the IRQL at an offending statement was too low.
12+
13+
## [1.8.1] - 2026-01-23
14+
15+
### Fixed
16+
- Fixed a bug where CA suppressions for C28167 were not honored for the IrqlFunctionNotAnnotated query.
17+
18+
## [1.8.0] - 2025-07-17
19+
20+
### Added
21+
- CHANGELOG.md
22+
### Changed
23+
- ExtendedDeprecatedApis.ql moved from recommended.qls to mustfix.qls
24+
### Fixed
425

526
## [1.8.0] - 2025-07-17
627

@@ -9,4 +30,4 @@ All notable changes to this project will be documented in this file.
930
### Changed
1031
- ExtendedDeprecatedApis.ql moved from recommended.qls to mustfix.qls
1132
### Fixed
12-
33+

0 commit comments

Comments
 (0)