diff --git a/README.md b/README.md index 82cd32dfd..8d56ac0dd 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.10.896 +Latest stable release: 1.10.914 * [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.10.896"] +[org.clojure/clojurescript "1.10.914"] ``` [Maven](http://maven.apache.org) dependency information: @@ -22,7 +22,7 @@ Latest stable release: 1.10.896 org.clojure clojurescript - 1.10.896 + 1.10.914 ``` diff --git a/changes.md b/changes.md index b2ad8e043..a051ba11e 100644 --- a/changes.md +++ b/changes.md @@ -1,3 +1,19 @@ +## 1.10.914 + +### Fixes +* CLJS-3339: cljs.core/hash should type hint call to js/isFinite +* CLJS-3333: defonce expansion non-hygienic with respect to core names +* CLJS-3334: exists? evaluates to true for cljs.user// +* CLJS-3341: Revert dependency issue in dep order patch + +### Changes +* CLJS-3332: Cannot require `@firebase/auth` +* CLJS-3335: CI, test-and-or-code-gen-pass fails on Windows +* CLJS-3440: CI, Compiler tests fail test-cljs-3235 regarding react-select +* CLJS-3342: Run CI compiler unit tests on Windows +* CLJS-3338: Missing CI test coverage +* CLJS-3343: Failing js module processing test on Windows + ## 1.10.896 ### Fixes