From a518320eec9fa6f7d1013585721bf1bc43faae6c Mon Sep 17 00:00:00 2001 From: dnolen Date: Fri, 19 Aug 2016 13:34:14 -0400 Subject: [PATCH] 1.9.225 --- README.md | 6 +++--- changes.md | 11 +++++++++++ 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c5a808d524..3520a21909 100644 --- a/README.md +++ b/README.md @@ -6,14 +6,14 @@ Official web site: http://clojurescript.org ## Releases and dependency information ## -Latest stable release: 1.9.216 +Latest stable release: 1.9.225 * [All released versions](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22clojurescript%22) [Leiningen](http://github.com/technomancy/leiningen/) dependency information: ``` -[org.clojure/clojurescript "1.9.216"] +[org.clojure/clojurescript "1.9.225"] ``` [Maven](http://maven.apache.org) dependency information: @@ -22,7 +22,7 @@ Latest stable release: 1.9.216 org.clojure clojurescript - 1.9.216 + 1.9.225 ``` diff --git a/changes.md b/changes.md index a37c28336d..da313d180f 100644 --- a/changes.md +++ b/changes.md @@ -1,3 +1,14 @@ +## 1.9.225 + +### Fixes +* CLJS-1759: Errors writing transit analysis cache if parallel build +* CLJS-1760: Self-host: test-cljs-1757 failing in test-self-parity +* CLJS-1751: port fix lost type hints in map destructuring +* CLJS-1756: Add test.check JAR to the bootstrap script +* CLJS-1757: cljs.spec/exercise-fn doesn't work when passed a quoted symbol +* CLJS-1754: Add boolean? generator +* fix REPL regression which removed warnings + ## 1.9.216 ### Fixes