From c62a709b6944aa4d2977e67118fc4ecdecbb1be8 Mon Sep 17 00:00:00 2001 From: dnolen Date: Wed, 1 Jun 2016 13:46:54 -0400 Subject: [PATCH] 1.9.14 --- README.md | 6 +++--- changes.md | 13 +++++++++++++ 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ed7b46d1b0..21ec86d148 100644 --- a/README.md +++ b/README.md @@ -4,14 +4,14 @@ ClojureScript is a compiler for [Clojure](http://clojure.org) that targets JavaS ## Releases and dependency information ## -Latest stable release: 1.8.51 +Latest stable release: 1.9.14 * [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.8.51"] +[org.clojure/clojurescript "1.9.14"] ``` [Maven](http://maven.apache.org) dependency information: @@ -20,7 +20,7 @@ Latest stable release: 1.8.51 org.clojure clojurescript - 1.8.51 + 1.9.14 ``` diff --git a/changes.md b/changes.md index ef8a6532af..219e40e181 100644 --- a/changes.md +++ b/changes.md @@ -1,3 +1,16 @@ +## 1.9.14 + +### Enhancements +* clojure.spec ported to cljs.spec + +### Fixes +* CLJS-1649: Possible issue with in cljs.reader or cljs.core/PersistentHashMap +* CLJS-1647: Rethrow exception from parallel-build +* CLJS-1642: cljs.core/reductions does not respect 'reduced' +* CLJS-1635: Var type implements IEquiv but not IHash +* CLJS-1629: Fix warning about duplicate test-pr-str +* CLJS-1637: Missing docstrings for a few vars + ## 1.8.51 ### Changes