Skip to content

Commit

Permalink
doc: update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
opqdonut committed Sep 8, 2023
1 parent 7352358 commit abd84de
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ We use [Break Versioning][breakver]. The version numbers follow a `<major>.<mino

## UNRELEASED

* **BREAKING**: new syntax for `:request` and `:response` per-content-type coercions. See [coercion.md](doc/ring/coercion.md). [#627](https://github.com/metosin/reitit/issues/627)
* **BREAKING**: replace the openapi `:content-types` keyword with separate `:openapi/request-content-types` and `:openapi/response-content-types`. See [openapi.md](doc/ring/openapi.md)

## 0.7.0-alpha5 (2023-06-14)

* **BREAKING**: `compile-request-coercers` returns a map with `:data` and `:coerce` instead of plain `:coerce` function
Expand Down

0 comments on commit abd84de

Please sign in to comment.