diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b000de0a..46a2da5cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,11 +20,12 @@ Malli is in well matured [alpha](README.md#alpha). * `malli.dev/start!` captures all malli-thrown exceptions, see [README](README.md#development-mode) for details * does not log individual re-instrumentation of function vars * **BREAKING**: changes in `malli.dev.virhe` and `malli.pretty` extension apis, wee [#980](https://github.com/metosin/malli/pull/980) for details -* new `m/deref-recursive` to recursive deref all schemas (not `:ref`s) +* New `m/deref-recursive` to recursive deref all schemas (not `:ref`s) * FIX: Malli generates incorrect clj-kondo spec for :fn schemas [#836](https://github.com/metosin/malli/issues/836) via [#987](https://github.com/metosin/malli/pull/987) * Support for Var references [#985](https://github.com/metosin/malli/pull/985), see [guide](README.md#var-registry) for details. * **BREAKING**: `m/coerce` and `m/coercer` throw `::m/coercion` instead of `::m/invalid-input` * New Guide for [Reusable Schemas](docs/reusable-schemas.md) +* Less printing of Var instumentation * **BREAKING**: qualified symbols are valid reference types [#984](https://github.com/metosin/malli/pull/984) * Fixing `mt/strip-extra-keys-transformer` for recursive map encoding [#963](https://github.com/metosin/malli/pull/963) * Support passing custom `:type` in into-schema opt for `:map` and `:map-of` [#968](https://github.com/metosin/malli/pull/968)