diff --git a/CHANGELOG.md b/CHANGELOG.md index 80be764..89557c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,31 @@ + +## 0.3.0 + +Added mechanism for wrapping intermediate comidi routes with middleware. +Added support for "true/false" Bidi patterns. + +## 0.2.1 + +Added 'resources' route utility fn. +Routes can now only map to Ring handlers. + +## 0.2.0 + +Make use of schema introduced in Bidi 1.20.0 (SERVER-777). +LICENSE and CONTRIBUTING updates. + +## 0.1.3 + +Improved dependency specification. + +## 0.1.2 + +Upgrade compojure to 1.3.3 for Clojure 1.7.0 compatibility. + ## 0.1.1 Make repository public, deploy to clojars. ## 0.1.0 -Initial release, with the goal of soliticing API feedback. \ No newline at end of file +Initial release, with the goal of soliticing API feedback.