mirror of
https://github.com/metosin/reitit.git
synced 2025-12-17 00:11:11 +00:00
Update CHANGELOG.md
This commit is contained in:
parent
8adb3c6bcb
commit
dc417974c6
1 changed files with 4 additions and 0 deletions
|
|
@ -34,6 +34,10 @@ We use [Break Versioning][breakver]. The version numbers follow a `<major>.<mino
|
|||
* **BREAKING**: Decode multi-valued query params correctly into seqs (e.g. `foo=bar&foo=baz` ↦ `{:foo ["bar", "baz"]}`).
|
||||
* Previously you'd get only the first value. (e.g. `foo=bar&foo=baz` ↦ `{:foo "bar"}`)
|
||||
|
||||
### `reitit-ring`
|
||||
|
||||
* **BREAKING**: New validation rule: `:middleware` must be a vector, not a list. Fixes [#296](https://github.com/metosin/reitit/issues/296). ([#319](https://github.com/metosin/reitit/pull/319) by [Daw-Ran Liou](https://github.com/dawran6))
|
||||
|
||||
### `reitit-middleware`
|
||||
|
||||
* Added support for [metosin/ring-http-response](https://github.com/metosin/ring-http-response) to exception middleware. ([#342](https://github.com/metosin/reitit/pull/342) by [Matt Russell](https://github.com/mgrbyte))
|
||||
|
|
|
|||
Loading…
Reference in a new issue