Skip to content

Commit 896394e

Browse files
committed
0.0-3211
1 parent c2296b1 commit 896394e

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ ClojureScript is a new compiler for [Clojure](http://clojure.org) that targets J
44

55
## Releases and dependency information ##
66

7-
Latest stable release: 0.0-3196
7+
Latest stable release: 0.0-3211
88

99
* [All released versions](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22clojurescript%22)
1010

1111
[Leiningen](http://github.com/technomancy/leiningen/) dependency information:
1212

1313
```
14-
[org.clojure/clojurescript "0.0-3196"]
14+
[org.clojure/clojurescript "0.0-3211"]
1515
```
1616

1717
[Maven](http://maven.apache.org) dependency information:
@@ -20,7 +20,7 @@ Latest stable release: 0.0-3196
2020
<dependency>
2121
<groupId>org.clojure</groupId>
2222
<artifactId>clojurescript</artifactId>
23-
<version>0.0-3196</version>
23+
<version>0.0-3211</version>
2424
</dependency>
2525
```
2626

changes.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## 0.0-3211
2+
3+
### Changes
4+
* CLJS-1205: Conditional reading in REPLs
5+
* CLJS-1204: cljs.build.api/watch can now take compilation inputs
6+
* CLJS-1203: standard way to pass multiple directories to build
7+
8+
### Fixes
9+
* CLJS-1216: incorrect max fixed arity for fns both multi-arity and variadic
10+
* cljs.analyzer/parse-ns did not bind *cljs-file*
11+
* CLJS-1201: compare broken for IIndexed collections
12+
* CLJS-1202: cljs.repl/load-file is not additive
13+
* CLJS-1199: array-map should skip dropped elements of IndexedSeq
14+
* CLJS-1197: load-file does not reload associated macro namespace
15+
116
## 0.0-3196
217

318
### Enhancements

0 commit comments

Comments
 (0)