CHANGELOG.md in grape-swagger-0.10.0 vs CHANGELOG.md in grape-swagger-0.10.1

- old
+ new

@@ -1,4 +1,9 @@ +### 0.10.1 (March 11, 2015) + +* [#227](https://github.com/tim-vandecasteele/grape-swagger/issues/227): Fix: nested routes under prefix not documented - [@dblock](https://github.com/dblock). +* [#226](https://github.com/tim-vandecasteele/grape-swagger/issues/226): Fix: be defensive with nil exposure types - [@dblock](https://github.com/dblock). + ### 0.10.0 (March 10, 2015) #### Features * [#217](https://github.com/tim-vandecasteele/grape-swagger/pull/217): Support Array of entities for proper rendering of grape-entity input dependencies - [@swistaczek](https://github.com/swistaczek).