Skip to content

Commit c2ae00e

Browse files
committed
Updated CHANGELOG.md for 1.30.3 release
1 parent 9f80241 commit c2ae00e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

+4-1
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.30.3] - 2024-07-21
10+
911
### Fixed
1012

1113
- `UploadFile` doesn't throw an exception when the file size exceeds the maximum allowed size. Reported by [@MorneZaayman](https://github.com/MorneZaayman) in [#1503](https://github.com/bUnit-dev/bUnit/issues/1503). Fixed by [@linkdotnet](https://github.com/linkdotnet).
@@ -1380,7 +1382,8 @@ The latest version of the library is availble on NuGet:
13801382
- **Wrong casing on keyboard event dispatch helpers.**
13811383
The helper methods for the keyboard events was not probably cased, so that has been updated. E.g. from `Keypress(...)` to `KeyPress(...)`.
13821384

1383-
[unreleased]: https://github.com/bUnit-dev/bUnit/compare/v1.29.5...HEAD
1385+
[unreleased]: https://github.com/bUnit-dev/bUnit/compare/v1.30.3...HEAD
1386+
[1.30.3]: https://github.com/bUnit-dev/bUnit/compare/v1.29.5...v1.30.3
13841387
[1.29.5]: https://github.com/bUnit-dev/bUnit/compare/v1.28.9...1.29.5
13851388
[1.28.9]: https://github.com/bUnit-dev/bUnit/compare/v1.27.17...v1.28.9
13861389
[1.27.17]: https://github.com/bUnit-dev/bUnit/compare/v1.26.64...1.27.17

0 commit comments

Comments
 (0)