Skip to content

Commit 45d3d74

Browse files
committed
Updated CHANGELOG.md for 2.2.2 release
1 parent ea0fa87 commit 45d3d74

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,14 @@ All notable changes to **bUnit** will be documented in this file. The project ad
66

77
## [Unreleased]
88

9+
## [2.2.2] - 2025-12-08
10+
911
### Added
12+
1013
- Added `FindByAllByLabel` to `bunit.web.query` package. By [@linkdotnet](https://github.com/linkdotnet).
1114

1215
### Fixed
16+
1317
- Updated `AngleSharp.Diffing` to fix a bug related to unknown HTML elements. Reported by [@md-at-slashwhy](https://github.com/md-at-slashwhy).
1418

1519
## [2.1.1] - 2025-11-21
@@ -1482,7 +1486,8 @@ The latest version of the library is availble on NuGet:
14821486
- **Wrong casing on keyboard event dispatch helpers.**
14831487
The helper methods for the keyboard events was not probably cased, so that has been updated. E.g. from `Keypress(...)` to `KeyPress(...)`.
14841488

1485-
[unreleased]: https://github.com/bUnit-dev/bUnit/compare/v2.1.1...HEAD
1489+
[unreleased]: https://github.com/bUnit-dev/bUnit/compare/v2.2.2...HEAD
1490+
[2.2.2]: https://github.com/bUnit-dev/bUnit/compare/v2.1.1...2.2.2
14861491
[2.1.1]: https://github.com/bUnit-dev/bUnit/compare/v2.0.66...v2.1.1
14871492
[2.0.66]: https://github.com/bUnit-dev/bUnit/compare/v1.40.0...2.0.66
14881493
[1.40.0]: https://github.com/bUnit-dev/bUnit/compare/v1.39.5...v1.40.0

0 commit comments

Comments
 (0)