Skip to content

Commit 6081aa1

Browse files
committed
CHANGELOG
1 parent 5bdf403 commit 6081aa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Malli is in well matured [alpha](README.md#alpha).
1616

1717
## Unreleased
1818

19-
* `:=>` takes optional 3rd child, the guard schema validating vector of arguments and return value `[args ret]`. See [Function Guards](docs/function-schemas.md#function-guards) for more details.
19+
* `:=>` takes optional 3rd child, the guard schema validating vector of arguments and return value `[args ret]`. See [Function Guards](docs/function-schemas.md#function-guards) for more details. Fixes [#764](https://github.com/metosin/malli/issues/764) and [#764](https://github.com/metosin/malli/issues/764).
2020

2121
```clojure
2222
;; function of arg:int -> ret:int, where arg < ret

0 commit comments

Comments
 (0)