Skip to content

Commit

Permalink
0.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ikitommi committed Jun 30, 2024
1 parent 87a352d commit 51617cd
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,17 @@ We use [Break Versioning][breakver]. The version numbers follow a `<major>.<mino

Malli is in well matured [alpha](README.md#alpha).

## UNRELEASED
## 0.16.2 (2024-06-30)

* Experimental `:->` for simpler function defintions (not available on default schema registry) [#1027](https://github.com/metosin/malli/pull/1027)

```clojure
[:=> [:cat :int] :int]
[:-> :int :int]

[:=> [:cat :int [:? :int]] :int]
[:-> :int [:? :int] :int]
```

* Fix `mu/get-in` for false-y keys [#1065](https://github.com/metosin/malli/pull/1065)
* Add `:float` [#1055](https://github.com/metosin/malli/pull/1055)
Expand Down

0 comments on commit 51617cd

Please sign in to comment.