diff --git a/CHANGELOG.md b/CHANGELOG.md index 3533f1b43..798289c8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,10 +16,11 @@ Malli is in well matured [alpha](README.md#alpha). ## UNRELEASED -* retain order with `:catn` unparse, fixes [#925](https://github.com/metosin/malli/issues/925) +* FIX: retain order with `:catn` unparse, fixes [#925](https://github.com/metosin/malli/issues/925) * **BREAKING**: Do not require timezone data directly for cljs [#898](https://github.com/metosin/malli/pull/898) with `malli.experimental.time` * Remove non-root swagger definitions [#900](https://github.com/metosin/malli/pull/900) -* Fixes a bug in `malli.core/-comp` to keep interceptor order [#905](https://github.com/metosin/malli/pull/905) +* FIX: `malli.core/-comp` keeps interceptor order with long chains [#905](https://github.com/metosin/malli/pull/905) +* FIX: `malli.dev/start!` exception does not contain source [#896](https://github.com/metosin/malli/issues/896) ## 0.11.0 (2023-04-12)