diff --git a/README.md b/README.md index 846729f89a..27a56e80c1 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.9.198 +Latest stable release: 1.9.211 * [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.198"] +[org.clojure/clojurescript "1.9.211"] ``` [Maven](http://maven.apache.org) dependency information: @@ -20,7 +20,7 @@ Latest stable release: 1.9.198 org.clojure clojurescript - 1.9.198 + 1.9.211 ``` diff --git a/changes.md b/changes.md index 33e14d062e..a4a479f18c 100644 --- a/changes.md +++ b/changes.md @@ -1,3 +1,18 @@ +## 1.9.211 + +### Fixes +* CLJS-1746: Log the result of loading a dependency +* CLJS-1657: Self-host: Implicit macro loading with alias +* CLJS-1742: Add docstring for new refer-clojure REPL special +* CLJS-1274: Allow assignment to namespace-qualified names in current namespace +* CLJS-1744: rest produces nil for larger maps +* CLJS-1740: Self-host: Need to port more of CLJS-1733 +* CLJS-1741: Add :rename to :refer-clojure in ns docstring +* CLJS-1737: Self-host: clojure alias implicit macro use regression +* invalid cljs.spec/merge res call +* CLJS-1739: seq on map literal with 9 elements leads to rest producing nil +* CLJS-1738: Self-host: need to update call to check-use-macros-inferring-missing + ## 1.9.198 ### Enhancements