We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97f131c commit d5fadbfCopy full SHA for d5fadbf
2 files changed
HISTORY.md
@@ -1,3 +1,8 @@
1
+## 1.6.0-beta2 (2016-12-03)
2
+
3
+* Fixed bug when route called asynchronously with non-matching method
4
+* Added asynchronous support to compojure.route/not-found
5
6
## 1.6.0-beta1 (2016-07-22)
7
8
* Updated Ring dependency to 1.6.0-beta4
project.clj
@@ -1,4 +1,4 @@
-(defproject compojure "1.6.0-beta1"
+(defproject compojure "1.6.0-beta2"
:description "A concise routing library for Ring"
:url "https://github.com/weavejester/compojure"
:license {:name "Eclipse Public License"
0 commit comments