fix CHANGELOG

This commit is contained in:
Tommi Reiman 2022-02-13 19:30:21 +02:00
parent d0f7126491
commit 40eb09b2a9

View file

@ -16,7 +16,7 @@ We use [Break Versioning][breakver]. The version numbers follow a `<major>.<mino
**[compare](https://github.com/metosin/reitit/compare/0.5.15...master)**
* Support for [Malli Lite Syntax][Lite Syntax](https://github.com/metosin/malli#lite) in coercion (enabled by default):
* Support for [Malli Lite Syntax](https://github.com/metosin/malli#lite) in coercion (enabled by default):
```clj
["/add/:id" {:post {:parameters {:path {:id int?}