Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ikitommi committed Aug 16, 2023
1 parent e3631e4 commit 23f0c02
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ Malli is in well matured [alpha](README.md#alpha).
* **BREAKING** (post-note 16.8.2023, this should have been a MINOR version bump). `mt/strip-extra-keys-transformer` strips non-defined keys of implicitely open `:map`:

```clojure
;; explicitly open map
(m/decode
[:map [:x :int]]
{:x 1, :y 2, :z 3}
Expand Down

0 comments on commit 23f0c02

Please sign in to comment.