From c62635f68bd5b0d84eaecffcbce18125d8667de4 Mon Sep 17 00:00:00 2001 From: Tommi Reiman Date: Thu, 4 Jan 2024 09:57:07 +0200 Subject: [PATCH] CHANGELOG --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2e1da432..ddc0fadd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,7 +21,7 @@ Malli is in well matured [alpha](README.md#alpha). * 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 * **BREAKING**: `m/coerce` and `m/coercer` throw `::m/coercion` instead of `::m/invalid-input` -* **BREAKING**: qualified symbols are valid reference types +* **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) * `mu/path->in` works with `:orn`, `:catn` and `:altn`.