From 01730778e51a892d026b0a2d5929db353753f199 Mon Sep 17 00:00:00 2001 From: Tommi Reiman Date: Wed, 21 Mar 2018 08:02:49 +0200 Subject: [PATCH] Tune CHANGELOG --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6470a608..abebb0af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ### `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 (require '[reitit.core :as r]) @@ -16,7 +16,7 @@ ; :data {:name :user/coffee}, ; :result nil, ; :path-params {:type "luwak"}, -; :path "/coffee/luwa"} +; :path "/coffee/luwak"} ``` ### `reitit-swagger`