Skip to content

Commit f7d5200

Browse files
committed
Merge branch 'stable'
2 parents 3202fb2 + 7b86ed8 commit f7d5200

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.39.5] - 2025-04-04
10+
911
### Fixed
1012

1113
- Do not set the `Uri` or `BaseUri` property on the `FakeNavigationManager` if navigation is prevented by a handler on `net7.0` or greater. Reported and fixed by [@ayyron-dev](https://github.com/ayyron-dev) in [#1647](https://github.com/bUnit-dev/bUnit/issues/1647)
@@ -1441,7 +1443,8 @@ The latest version of the library is availble on NuGet:
14411443
- **Wrong casing on keyboard event dispatch helpers.**
14421444
The helper methods for the keyboard events was not probably cased, so that has been updated. E.g. from `Keypress(...)` to `KeyPress(...)`.
14431445

1444-
[unreleased]: https://github.com/bUnit-dev/bUnit/compare/v1.38.5...HEAD
1446+
[unreleased]: https://github.com/bUnit-dev/bUnit/compare/v1.39.5...HEAD
1447+
[1.39.5]: https://github.com/bUnit-dev/bUnit/compare/v1.38.5...1.39.5
14451448
[1.38.5]: https://github.com/bUnit-dev/bUnit/compare/v1.37.7...v1.38.5
14461449
[1.37.7]: https://github.com/bUnit-dev/bUnit/compare/v1.36.0...1.37.7
14471450
[1.36.0]: https://github.com/bUnit-dev/bUnit/compare/v1.35.3...v1.36.0

0 commit comments

Comments
 (0)