Skip to content

Commit dd0cee4

Browse files
committed
Updated CHANGELOG.md for 1.19.14 release
1 parent 4424322 commit dd0cee4

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [1.19.14] - 2023-04-26
10+
911
### Fixed
1012

11-
- Custom elements with attributes throw `ArgumentException` with `MarkupMatches`. Reported by [@candritzky](https://github.com/candritzky). Fixed by [@linkdotnet](https://github.com/linkdotnet).
13+
- Custom elements with attributes throw `ArgumentException` with `MarkupMatches`. Reported by [@candritzky](https://github.com/candritzky). Fixed by [@linkdotnet](https://github.com/linkdotnet).
1214

13-
### Changed
15+
### Changed
1416

15-
- Changed test renderer such that updates to rendered components markup happen in the same synchronization context as the test framework is using (if any), if any, to avoid memory race conditions. By [@egil](https://github.com/egil).
17+
- Changed test renderer such that updates to rendered components markup happen in the same synchronization context as the test framework is using (if any), if any, to avoid memory race conditions. By [@egil](https://github.com/egil).
1618

1719
## [1.18.4] - 2023-02-26
1820

@@ -1266,7 +1268,9 @@ The latest version of the library is availble on NuGet:
12661268
- **Wrong casing on keyboard event dispatch helpers.**
12671269
The helper methods for the keyboard events was not probably cased, so that has been updated. E.g. from `Keypress(...)` to `KeyPress(...)`.
12681270
1269-
[Unreleased]: https://github.com/bUnit-dev/bUnit/compare/v1.18.4...HEAD
1271+
[Unreleased]: https://github.com/bUnit-dev/bUnit/compare/v1.19.14...HEAD
1272+
1273+
[1.19.14]: https://github.com/bUnit-dev/bUnit/compare/v1.18.4...1.19.14
12701274
12711275
[1.18.4]: https://github.com/bUnit-dev/bUnit/compare/v1.17.2...v1.18.4
12721276

0 commit comments

Comments
 (0)