Skip to content

Commit d5fadbf

Browse files
committed
Release 1.6.0-beta2
1 parent 97f131c commit d5fadbf

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

HISTORY.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
16
## 1.6.0-beta1 (2016-07-22)
27

38
* Updated Ring dependency to 1.6.0-beta4

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject compojure "1.6.0-beta1"
1+
(defproject compojure "1.6.0-beta2"
22
:description "A concise routing library for Ring"
33
:url "https://github.com/weavejester/compojure"
44
:license {:name "Eclipse Public License"

0 commit comments

Comments
 (0)