Skip to content

Commit c855b93

Browse files
committed
Updated CHANGELOG.md for 2.7.2 release
1 parent 90e3eae commit c855b93

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [2.7.2] - 2026-03-31
10+
911
### Fixed
1012

1113
- Implemented `InvokeConstructorAsync` on `BunitJSRuntime` and `BunitJSObjectReference` for .NET 10+, which previously threw `NotImplementedException`. Reported by [@Floopy-Doo](https://github.com/Floopy-Doo) in #1818. Fixed by [@linkdotnet](https://github.com/linkdotnet).
@@ -1520,7 +1522,8 @@ The latest version of the library is availble on NuGet:
15201522
- **Wrong casing on keyboard event dispatch helpers.**
15211523
The helper methods for the keyboard events was not probably cased, so that has been updated. E.g. from `Keypress(...)` to `KeyPress(...)`.
15221524

1523-
[unreleased]: https://github.com/bUnit-dev/bUnit/compare/v2.6.2...HEAD
1525+
[unreleased]: https://github.com/bUnit-dev/bUnit/compare/v2.7.2...HEAD
1526+
[2.7.2]: https://github.com/bUnit-dev/bUnit/compare/v2.6.2...2.7.2
15241527
[2.6.2]: https://github.com/bUnit-dev/bUnit/compare/v2.5.3...v2.6.2
15251528
[2.5.3]: https://github.com/bUnit-dev/bUnit/compare/v2.5.3...2.5.3
15261529
[2.5.3]: https://github.com/bUnit-dev/bUnit/compare/v2.4.2...v2.5.3

0 commit comments

Comments
 (0)