Skip to content

Commit

Permalink
Updated CHANGELOG.md for 1.33.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bUnitBot committed Oct 11, 2024
1 parent 76793a1 commit a95c4be
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 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.33.3] - 2024-10-11

### Added

- `bunit.generators` respect parameters from the base class.
Expand Down Expand Up @@ -1403,7 +1405,8 @@ 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.32.7...HEAD
[unreleased]: https://github.com/bUnit-dev/bUnit/compare/v1.33.3...HEAD
[1.33.3]: https://github.com/bUnit-dev/bUnit/compare/v1.32.7...1.33.3
[1.32.7]: https://github.com/bUnit-dev/bUnit/compare/v1.31.3...v1.32.7
[1.31.3]: https://github.com/bUnit-dev/bUnit/compare/v1.30.3...1.31.3
[1.30.3]: https://github.com/bUnit-dev/bUnit/compare/v1.29.5...v1.30.3
Expand Down

0 comments on commit a95c4be

Please sign in to comment.