File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,11 @@ All notable changes to **bUnit** will be documented in this file. The project ad
66
77## [ Unreleased]
88
9+ ## [ 1.14.4] - 2023-01-11
10+
911### Added
1012
11- - Added ` IMemoryCache ` by default to the Services container. By [ @linkdotnet ] ( https://github.com/linkdotnet ) .
13+ - Added ` IMemoryCache ` by default to the Services container. By [ @linkdotnet ] ( https://github.com/linkdotnet ) .
1214
1315### Fixed
1416
@@ -1237,7 +1239,9 @@ The latest version of the library is availble on NuGet:
12371239- **Wrong casing on keyboard event dispatch helpers.**
12381240 The helper methods for the keyboard events was not probably cased, so that has been updated. E.g. from `Keypress(...)` to `KeyPress(...)`.
12391241
1240- [Unreleased]: https://github.com/bUnit-dev/bUnit/compare/v1.13.5...HEAD
1242+ [Unreleased]: https://github.com/bUnit-dev/bUnit/compare/v1.14.4...HEAD
1243+
1244+ [1.14.4]: https://github.com/bUnit-dev/bUnit/compare/v1.13.5...v1.14.4
12411245
12421246[1.13.5]: https://github.com/bUnit-dev/bUnit/compare/v1.12.6...1.13.5
12431247
You can’t perform that action at this time.
0 commit comments