Skip to content

Commit e1a96e8

Browse files
committed
Update CHANGELOG
1 parent c262fad commit e1a96e8

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

CHANGELOG.md

+8-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1+
### v0.4.1 - xxxx-xx-xx
2+
3+
* Support integration with [`arbitrary`](https://crates.io/crates/arbitrary) crate (see `arbitrary` feature).
4+
* Support `Arbitrary` for integer types
5+
16
### v0.4.0 - 2023-11-21
2-
* [FEATURE] Support of arbitrary inner types with custom sanitizers and validators.
3-
* [FEATURE] Add numeric validator `greater`
4-
* [FEATURE] Add numeric validator `less`
7+
* Support of arbitrary inner types with custom sanitizers and validators.
8+
* Add numeric validator `greater`
9+
* Add numeric validator `less`
510
* [BREAKING] Removal of asterisk derive
611
* [BREAKING] Use commas to separate high level attributes
712
* [BREAKING] Traits are derived with `#[nutype(derive(Debug))]`. The regular `#[derive(Debug)]` syntax is not supported anymore.

0 commit comments

Comments
 (0)