Skip to content

Commit

Permalink
1.9.36
Browse files Browse the repository at this point in the history
  • Loading branch information
dnolen committed Jun 3, 2016
1 parent 40a137a commit 0a14a16
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.14
Latest stable release: 1.9.36

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

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

Expand Down
16 changes: 16 additions & 0 deletions changes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## 1.9.36

### Enhancements
* Write analysis caches as Transit if transit-clj available

### Changes
* Clojure 1f25347
* Clojure 47b8d6b
* Optimize seq (&) destructuring as per commit (0aa3467) of Clojure

### Fixes
* CLJS-1611: Function arity dispatch returns arity
* only print specs in REPL if we actually have some
* CLJS-1663: Calling instrumented multi-arity function causes exception
* CLJS-1650: `cljs.reader/read-map` now returns array-map/hash-map based on the size of the sequence.

## 1.9.14

### Enhancements
Expand Down

0 comments on commit 0a14a16

Please sign in to comment.