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
7a77c9f86b
commit
4b7a596ece
1 changed files with 3 additions and 0 deletions
|
|
@ -18,6 +18,9 @@ We use [Break Versioning][breakver]. The version numbers follow a `<major>.<mino
|
|||
* New `:mime-types` option to configure a map from file extension to mime type
|
||||
* Don't set Content-Type header at all if mime type is not known
|
||||
* Fix location of openapi deprecated metadata [#714](https://github.com/metosin/reitit/pull/714)
|
||||
* **BREAKING** Fix & clarify `:responses :default` and `:content :default` handling. See [docs](./doc/ring/coercion.md). [#735](https://github.com/metosin/reitit/pull/735)
|
||||
* Summary: If `:responses <status>` is present, `:responses :default` is not used, even if `:responses <status>` defines no schema.
|
||||
* Should not break normal use, but might cause surprises related to defaults applying/not applying
|
||||
|
||||
## 0.8.0 (2025-03-28)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue