Skip to content

Commit 4aef6bf

Browse files
committed
fix typo
1 parent dd4b9c3 commit 4aef6bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## 0.19.0 (28.3.2015)
22

33
- added destructuring for `:headers`, thanks to [tchagnon](https://github.com/tchagnon)!
4-
- `:path-param` doesn't use force models to be strict, needed for the partial parameter matching in `context*`
4+
- `:path-param` allows any keywords, needed for the partial parameter matching with `context*`
55
- **BREAKING**: parameters are collected in (Ring-)Swagger 2.0 format, might break client-side restructurings. see https://github.com/metosin/ring-swagger/blob/master/test/ring/swagger/swagger2_test.clj & https://github.com/metosin/compojure-api/blob/master/src/compojure/api/meta.clj for examples of the new models
66
- `context*` to allow setting meta-data to mid-routes. Mid-route meta-data are deep-merged into endpoint swagger-definitions at compile-time. At runtime, code is executed in place.
77

0 commit comments

Comments
 (0)