mirror of
https://github.com/metosin/reitit.git
synced 2025-12-16 16:01:11 +00:00
doc: update CHANGELOG.md
This commit is contained in:
parent
abe95bfc17
commit
560c6d7969
1 changed files with 1 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ We use [Break Versioning][breakver]. The version numbers follow a `<major>.<mino
|
|||
* Improve error reporting when generating OpenAPI fails [#754](https://github.com/metosin/reitit/pull/754)
|
||||
* Allow middleware registry to be used when defining middleware in `ring-handler`. See [docs](./doc/ring/middleware_registry.md). [#739](https://github.com/metosin/reitit/pull/739)
|
||||
* Allow passing options (eg. `:malli.transform/add-optional-keys`) to malli's `default-value-transformer`. See [docs](./doc/coercion/malli_coercion.md). [#756](https://github.com/metosin/reitit/pull/756)
|
||||
* **FIX**: `match-by-name!` returning `nil` instead of throwing an exception for some partial matches [#758](https://github.com/metosin/reitit/issues/758)
|
||||
|
||||
## 0.9.1 (2025-05-27)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue