Tune CHANGELOG

This commit is contained in:
Tommi Reiman 2018-03-21 08:02:49 +02:00
parent 20c54b1d7b
commit 01730778e5

View file

@ -2,7 +2,7 @@
### `reitit-core` ### `reitit-core`
* `match-by-path` encodes parameters into strings using (internal) `reitit.impl/IntoString` protocol. Handles all of: numbers, keywords, booleans, uuids. Fixes [#75](https://github.com/metosin/reitit/issues/75). * `match-by-path` encodes parameters into strings using (internal) `reitit.impl/IntoString` protocol. Handles all of: strings, numbers, keywords, booleans, objects. Fixes [#75](https://github.com/metosin/reitit/issues/75).
```clj ```clj
(require '[reitit.core :as r]) (require '[reitit.core :as r])
@ -16,7 +16,7 @@
; :data {:name :user/coffee}, ; :data {:name :user/coffee},
; :result nil, ; :result nil,
; :path-params {:type "luwak"}, ; :path-params {:type "luwak"},
; :path "/coffee/luwa"} ; :path "/coffee/luwak"}
``` ```
### `reitit-swagger` ### `reitit-swagger`