Skip to content

Commit 2aaf01d

Browse files
committed
Updated CHANGELOG.md for 1.27.17 release
1 parent a3d2520 commit 2aaf01d

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [1.27.17] - 2024-03-02
10+
911
### Added
10-
- Support for `IKeyedServiceProvider` in net8.0. Reported by [@ViRuSTriNiTy](https://github.com/ViRuSTriNiTy). By [@linkdotnet](https://github.com/linkdotnet).
11-
- Support for `net9.0`. NOTE, there is no commitment as of now to support net9.0 in bUnit v1. However. Support for net9.0 may move to a future v2 release of bUnit and be deprecated in v1. However, allowing bUnit to build and work with net9.0 previews allows our users to keep testing!
12+
13+
- Support for `IKeyedServiceProvider` in net8.0. Reported by [@ViRuSTriNiTy](https://github.com/ViRuSTriNiTy). By [@linkdotnet](https://github.com/linkdotnet).
14+
- Support for `net9.0`. NOTE, there is no commitment as of now to support net9.0 in bUnit v1. However. Support for net9.0 may move to a future v2 release of bUnit and be deprecated in v1. However, allowing bUnit to build and work with net9.0 previews allows our users to keep testing!
1215

1316
### Fixed
14-
- Support for `SupplyFromQueryParameter` in net8.0. Reported by [@aayjaychan](https://github.com/aayjaychan). Fixed by [@egil](https://github.com/egil) and [@linkdotnet](https://github.com/linkdotnet).
17+
18+
- Support for `SupplyFromQueryParameter` in net8.0. Reported by [@aayjaychan](https://github.com/aayjaychan). Fixed by [@egil](https://github.com/egil) and [@linkdotnet](https://github.com/linkdotnet).
1519

1620
## [1.26.64] - 2023-12-20
1721

@@ -1354,7 +1358,9 @@ The latest version of the library is availble on NuGet:
13541358
- **Wrong casing on keyboard event dispatch helpers.**
13551359
The helper methods for the keyboard events was not probably cased, so that has been updated. E.g. from `Keypress(...)` to `KeyPress(...)`.
13561360
1357-
[Unreleased]: https://github.com/bUnit-dev/bUnit/compare/v1.26.64...HEAD
1361+
[Unreleased]: https://github.com/bUnit-dev/bUnit/compare/v1.27.17...HEAD
1362+
1363+
[1.27.17]: https://github.com/bUnit-dev/bUnit/compare/v1.26.64...1.27.17
13581364
13591365
[1.26.64]: https://github.com/bUnit-dev/bUnit/compare/v1.25.3...v1.26.64
13601366

0 commit comments

Comments
 (0)