0.7.2
This commit is contained in:
parent
e1d2d6c848
commit
481a5a3b1e
2 changed files with 5 additions and 1 deletions
|
|
@ -209,6 +209,10 @@ Evaluation count : 24 in 6 samples of 4 calls.
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
### 0.7.2
|
||||||
|
|
||||||
|
* Fix transients perf issue in Clojurescript
|
||||||
|
|
||||||
### 0.7.1
|
### 0.7.1
|
||||||
|
|
||||||
* Works with Clojurescript (even self-hosted).
|
* Works with Clojurescript (even self-hosted).
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
(defproject net.cgrand/xforms "0.7.1"
|
(defproject net.cgrand/xforms "0.7.2"
|
||||||
:description "Extra transducers for Clojure"
|
:description "Extra transducers for Clojure"
|
||||||
:url "https://github.com/cgrand/xforms"
|
:url "https://github.com/cgrand/xforms"
|
||||||
:license {:name "Eclipse Public License"
|
:license {:name "Eclipse Public License"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue