From 52367ff0daf84a0066c4cdc5065ba33e71b336aa Mon Sep 17 00:00:00 2001 From: Joel Kaasinen Date: Wed, 8 Jan 2025 11:18:01 +0200 Subject: [PATCH] doc: update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d927ea96..0946f2740 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ Malli is in well matured [alpha](README.md#alpha). * Docs: elaborate optional-keys and required-keys [#1117](https://github.com/metosin/malli/pull/1117) * **BREAKING** Output of `parse` now uses new `malli.core.Tag` and `malli.core.Tags` records for `:orn`, `:multi`, `:altn`, `:catn` etc. [#1123](https://github.com/metosin/malli/issues/1123) [#1153](https://github.com/metosin/malli/issues/1153) * See [Parsing](#parsing-values) and [Unparsing](#unparsing-values) for docs. +* FIX: `:path` when explaining `:ref` errors [#1106](https://github.com/metosin/malli/issues/1106) ## 0.17.0 (2024-12-08)