Skip to content

Commit dba3a46

Browse files
committed
CHANGELOG
1 parent 7f727fe commit dba3a46

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ Malli is in well matured [alpha](README.md#alpha).
2626
[:fn (fn [[[arg] ret]] (< arg ret))]]
2727
```
2828

29+
* **BREAKING**: `malli.generator/function-checker` returns explanations under new keys:
30+
* `::mg/explain-input` -> `::m/explain-input`
31+
* `::mg/explain-output` -> `::m/explain-output`
32+
* new `::m/explain-guard` to return guard explanation, if any
33+
* `m/explain` for `:=>` returns also errors for args, return and guard if they exist
34+
2935
## 0.14.0 (2024-01-16)
3036

3137
* Better development-time tooling

0 commit comments

Comments
 (0)