Skip to content

Commit

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

## [Unreleased]

## [1.12.6] - 2022-11-08

### Fixed
- The created HTML contained encoded strings. Reported by [@tobiasbrandstaedter](https://github.com/tobiasbrandstaedter). Fixed by [@linkdotnet](https://github.com/linkdotnet).

- The created HTML contained encoded strings. Reported by [@tobiasbrandstaedter](https://github.com/tobiasbrandstaedter). Fixed by [@linkdotnet](https://github.com/linkdotnet).

## [1.11.7] - 2022-10-13

Expand Down Expand Up @@ -1221,7 +1224,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.11.7...HEAD
[Unreleased]: https://github.com/bUnit-dev/bUnit/compare/v1.12.6...HEAD
[1.12.6]: https://github.com/bUnit-dev/bUnit/compare/v1.11.7...v1.12.6
[1.11.7]: https://github.com/bUnit-dev/bUnit/compare/v1.10.14...v1.11.7
Expand Down

0 comments on commit 6abb841

Please sign in to comment.