Skip to content

Commit

Permalink
Updated CHANGELOG.md for 1.6.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bUnitBot committed Feb 22, 2022
1 parent 460f420 commit e10188c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ All notable changes to **bUnit** will be documented in this file. The project ad

## [Unreleased]

## [1.6.4] - 2022-02-22

A quick minor release that primiarily fixes a regression in 1.5.12.

### Fixed
Expand Down Expand Up @@ -1122,7 +1124,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.5.12...HEAD
[Unreleased]: https://github.com/bUnit-dev/bUnit/compare/v1.6.4...HEAD
[1.6.4]: https://github.com/bUnit-dev/bUnit/compare/v1.5.12...v1.6.4
[1.5.12]: https://github.com/bUnit-dev/bUnit/compare/v1.4.15...v1.5.12
Expand Down

0 comments on commit e10188c

Please sign in to comment.