Skip to content

Commit 6abb841

Browse files
committed
Updated CHANGELOG.md for 1.12.6 release
1 parent 6026243 commit 6abb841

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,11 @@ All notable changes to **bUnit** will be documented in this file. The project ad
66

77
## [Unreleased]
88

9+
## [1.12.6] - 2022-11-08
10+
911
### Fixed
10-
- The created HTML contained encoded strings. Reported by [@tobiasbrandstaedter](https://github.com/tobiasbrandstaedter). Fixed by [@linkdotnet](https://github.com/linkdotnet).
12+
13+
- The created HTML contained encoded strings. Reported by [@tobiasbrandstaedter](https://github.com/tobiasbrandstaedter). Fixed by [@linkdotnet](https://github.com/linkdotnet).
1114

1215
## [1.11.7] - 2022-10-13
1316

@@ -1221,7 +1224,9 @@ The latest version of the library is availble on NuGet:
12211224
- **Wrong casing on keyboard event dispatch helpers.**
12221225
The helper methods for the keyboard events was not probably cased, so that has been updated. E.g. from `Keypress(...)` to `KeyPress(...)`.
12231226
1224-
[Unreleased]: https://github.com/bUnit-dev/bUnit/compare/v1.11.7...HEAD
1227+
[Unreleased]: https://github.com/bUnit-dev/bUnit/compare/v1.12.6...HEAD
1228+
1229+
[1.12.6]: https://github.com/bUnit-dev/bUnit/compare/v1.11.7...v1.12.6
12251230
12261231
[1.11.7]: https://github.com/bUnit-dev/bUnit/compare/v1.10.14...v1.11.7
12271232

0 commit comments

Comments
 (0)