Skip to content

Commit

Permalink
1.10.891
Browse files Browse the repository at this point in the history
  • Loading branch information
swannodette committed Nov 4, 2021
1 parent 514274c commit 5f08efb
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ Official web site: http://clojurescript.org

## Releases and dependency information ##

Latest stable release: 1.10.879
Latest stable release: 1.10.891

* [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.879"]
[org.clojure/clojurescript "1.10.891"]
```

[Maven](http://maven.apache.org) dependency information:
Expand All @@ -22,7 +22,7 @@ Latest stable release: 1.10.879
<dependency>
<groupId>org.clojure</groupId>
<artifactId>clojurescript</artifactId>
<version>1.10.879</version>
<version>1.10.891</version>
</dependency>
```

Expand Down
12 changes: 12 additions & 0 deletions changes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 1.10.891

### Changes
* Update Google Closure Compiler `v20210808`
* Update Google Closure Library `0.0-20211011-0726fdeb`
* CLJS-3330: Flag for legacy loading of goog.object & goog.array

### Fixes
* CLJS-3056: runtime namespace load order is independent from ordering in ns macro :require form
* CLJS-3074: Resolve :warning-handlers compiler option when symbols
* CLJS-3317: PersistentVector invoke does not align with Clojure

## 1.10.879

### Changes
Expand Down

0 comments on commit 5f08efb

Please sign in to comment.