Skip to content

Commit 33f9c2d

Browse files
committed
Updated CHANGELOG.md for 1.16.2 release
1 parent 910674e commit 33f9c2d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [1.16.2] - 2023-02-07
10+
911
- Changed semantic comparer to handle elements parsed outside their proper context, e.g. an `<path>` element parsed without being inside a `<svg>` element. The semantic comparer will now be able to treat those as regular elements and thus be able to compare correctly to other elements of the same type and with the same node name. By [@egil](https://github.com/egil).
1012

1113
## [1.15.5] - 2023-02-04
@@ -1245,7 +1247,9 @@ The latest version of the library is availble on NuGet:
12451247
- **Wrong casing on keyboard event dispatch helpers.**
12461248
The helper methods for the keyboard events was not probably cased, so that has been updated. E.g. from `Keypress(...)` to `KeyPress(...)`.
12471249
1248-
[Unreleased]: https://github.com/bUnit-dev/bUnit/compare/v1.15.5...HEAD
1250+
[Unreleased]: https://github.com/bUnit-dev/bUnit/compare/v1.16.2...HEAD
1251+
1252+
[1.16.2]: https://github.com/bUnit-dev/bUnit/compare/v1.15.5...v1.16.2
12491253
12501254
[1.15.5]: https://github.com/bUnit-dev/bUnit/compare/v1.14.4...1.15.5
12511255

0 commit comments

Comments
 (0)