diff --git a/CHANGELOG.md b/CHANGELOG.md index 26e71fbfd..f9e0d8758 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,9 @@ Malli is in well matured [alpha](README.md#alpha). ## UNRELEASED * `:->` added to dedault registry, also to [documentation](docs/function-schemas.md#flat-arrow-function-schemas). +* New `:sequable` and `:every` schemas [#1041](https://github.com/metosin/malli/pull/1041) +* Fix OOM error with infinitely expanding schema [#1069](https://github.com/metosin/malli/pull/1069) +* Correctly form prop-less schemas that have map/nil as first child [#1071](https://github.com/metosin/malli/pull/1071) ## 0.16.2 (2024-06-30)