Skip to content

Commit

Permalink
Updated CHANGELOG.md for 1.14.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bUnitBot committed Jan 11, 2023
1 parent 7843cbf commit 77da254
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ All notable changes to **bUnit** will be documented in this file. The project ad

## [Unreleased]

## [1.14.4] - 2023-01-11

### Added

- Added `IMemoryCache` by default to the Services container. By [@linkdotnet](https://github.com/linkdotnet).
- Added `IMemoryCache` by default to the Services container. By [@linkdotnet](https://github.com/linkdotnet).

### Fixed

Expand Down Expand Up @@ -1237,7 +1239,9 @@ The latest version of the library is availble on NuGet:
- **Wrong casing on keyboard event dispatch helpers.**
The helper methods for the keyboard events was not probably cased, so that has been updated. E.g. from `Keypress(...)` to `KeyPress(...)`.
[Unreleased]: https://github.com/bUnit-dev/bUnit/compare/v1.13.5...HEAD
[Unreleased]: https://github.com/bUnit-dev/bUnit/compare/v1.14.4...HEAD
[1.14.4]: https://github.com/bUnit-dev/bUnit/compare/v1.13.5...v1.14.4
[1.13.5]: https://github.com/bUnit-dev/bUnit/compare/v1.12.6...1.13.5
Expand Down

0 comments on commit 77da254

Please sign in to comment.