Update CHANGELOG

This commit is contained in:
Tommi Reiman 2018-06-05 00:08:31 +03:00
parent 4a4cd5ae9e
commit a8a96c0e85

View file

@ -14,6 +14,9 @@
(is (= [] (r/routes (r/router [nil [nil] [[nil nil nil]]]))))
(is (= [] (r/routes (r/router ["/ping" [nil "/pong"]])))))
```
### `reitit-ring`
* Use HTTP redirect (302) with index-files in `reitit.ring/create-resource-handler`.
### `reitit-schema`
@ -29,6 +32,8 @@
### `reitit-swagger-ui`
* Use HTTP redirect (302) with index-files in `reitit.swagger-ui/create-swagger-ui-handler`.
* updated dependencies:
```clj