Skip to content

Commit d317d86

Browse files
committed
Changelog for 2.1.0
1 parent 2315827 commit d317d86

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ Headlines: Added, Changed, Deprecated, Removed, Fixed, Security
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [2.1.0] - 2024-02-12
99

1010
### Fixed
1111

12-
- Enums can now be required again, as they don't need an explicit default value anymore. If no default value exists, the first enum value will be used.
13-
- Empty arrays were set to `undefined` for `dataType: 'json'`.
12+
- Enums can now be required again, as they don't need an explicit default value anymore. If no explicit default value exists, the first enum value will be used.
13+
- Empty arrays were set to `undefined` when using `dataType: 'json'`.
1414

1515
## [2.0.0] - 2024-02-11
1616

0 commit comments

Comments
 (0)