Skip to content

Commit 0197657

Browse files
committed
Updated CHANGELOG.md for 1.38.5 release
1 parent 2eeafe0 commit 0197657

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

+4-1
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+
## [1.38.5] - 2025-01-12
10+
911
### Added
1012

1113
- Added support for xunit v3 in the bunit.template. By [@linkdotnet](https://github.com/linkdotnet).
@@ -1433,7 +1435,8 @@ The latest version of the library is availble on NuGet:
14331435
- **Wrong casing on keyboard event dispatch helpers.**
14341436
The helper methods for the keyboard events was not probably cased, so that has been updated. E.g. from `Keypress(...)` to `KeyPress(...)`.
14351437

1436-
[unreleased]: https://github.com/bUnit-dev/bUnit/compare/v1.37.7...HEAD
1438+
[unreleased]: https://github.com/bUnit-dev/bUnit/compare/v1.38.5...HEAD
1439+
[1.38.5]: https://github.com/bUnit-dev/bUnit/compare/v1.37.7...v1.38.5
14371440
[1.37.7]: https://github.com/bUnit-dev/bUnit/compare/v1.36.0...1.37.7
14381441
[1.36.0]: https://github.com/bUnit-dev/bUnit/compare/v1.35.3...v1.36.0
14391442
[1.35.3]: https://github.com/bUnit-dev/bUnit/compare/v1.34.0...1.35.3

0 commit comments

Comments
 (0)