You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+5-1
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,8 @@ All notable changes to **bUnit** will be documented in this file. The project ad
6
6
7
7
## [Unreleased]
8
8
9
+
## [1.34.0] - 2024-11-01
10
+
9
11
### Fixed
10
12
11
13
- Fixed other packages that have a CVE like `Microsoft.Extensions.Caching.Memory`. Reported by [@polajenko](https://github.com/polajenko). Fixed by [@linkdotnet](https://github.com/linkdotnet).
@@ -20,6 +22,7 @@ All notable changes to **bUnit** will be documented in this file. The project ad
20
22
### Fixed
21
23
22
24
- Use latest `System.Text.Json` due to CVE in `8.0.4`.
25
+
23
26
## [1.32.7] - 2024-10-04
24
27
25
28
### Fixed
@@ -1408,7 +1411,8 @@ The latest version of the library is availble on NuGet:
1408
1411
-**Wrong casing on keyboard event dispatch helpers.**
1409
1412
The helper methods for the keyboard events was not probably cased, so that has been updated. E.g. from `Keypress(...)` to `KeyPress(...)`.
0 commit comments