Skip to content

Commit deb2722

Browse files
committed
update changelog
1 parent 960012c commit deb2722

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@
55
* Support for collections in query parameters. E.g. `:query-params [x :- [Long]]` & url `?x=1&x=2&x=3` should result in `x` being `[1 2 3]`.
66
* **BREAKING**: `:validation-errors :error-handler`, `:validation-errors :catch-core-errors?`
77
and `:exceptions :exception-handler` options have been removed.
8-
* These have been replaced with general `:exceptions :handler` options.
8+
* These have been replaced with general `:exceptions :handlers` options.
9+
* Fails nicely at compile-time
910
* **BREAKING**: New handler use different arity than old handler functions.
11+
* new arguments: Exception, ex-info and request.
1012
* Move `context` from `compojure.api.sweet` to `compojure.api.legacy`. Use `context*` instead.
1113
* Updated deps:
1214

0 commit comments

Comments
 (0)