This commit is contained in:
Christophe Grand 2016-12-19 14:19:50 +01:00
parent e1d2d6c848
commit 481a5a3b1e
2 changed files with 5 additions and 1 deletions

View file

@ -209,6 +209,10 @@ Evaluation count : 24 in 6 samples of 4 calls.
## Changelog
### 0.7.2
* Fix transients perf issue in Clojurescript
### 0.7.1
* Works with Clojurescript (even self-hosted).

View file

@ -1,4 +1,4 @@
(defproject net.cgrand/xforms "0.7.1"
(defproject net.cgrand/xforms "0.7.2"
:description "Extra transducers for Clojure"
:url "https://github.com/cgrand/xforms"
:license {:name "Eclipse Public License"