File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -4,14 +4,14 @@ ClojureScript is a new compiler for [Clojure](http://clojure.org) that targets J
4
4
5
5
## Releases and dependency information ##
6
6
7
- Latest stable release: 0.0-3126
7
+ Latest stable release: 0.0-3196
8
8
9
9
* [ All released versions] ( http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22clojurescript%22 )
10
10
11
11
[ Leiningen] ( http://github.com/technomancy/leiningen/ ) dependency information:
12
12
13
13
```
14
- [org.clojure/clojurescript "0.0-3126 "]
14
+ [org.clojure/clojurescript "0.0-3196 "]
15
15
```
16
16
17
17
[ Maven] ( http://maven.apache.org ) dependency information:
@@ -20,7 +20,7 @@ Latest stable release: 0.0-3126
20
20
<dependency>
21
21
<groupId>org.clojure</groupId>
22
22
<artifactId>clojurescript</artifactId>
23
- <version>0.0-3126 </version>
23
+ <version>0.0-3196 </version>
24
24
</dependency>
25
25
```
26
26
Original file line number Diff line number Diff line change 1
- ## Next
1
+ ## 0.0-3196
2
2
3
3
### Enhancements
4
4
* Conditional reading
9
9
* CLJS-1154: Unmunged function names for stacktrace
10
10
11
11
### Changes
12
+ * Clojure 1.7.0-beta1 dependency
13
+ * tools.reader 0.9.1 dependency
12
14
* CLJS-1188: multi-arity fns hinder cross-module code motion
13
15
* cljs.test needs to default to sync
14
16
* CLJS-1184: log module building activity under verbose
You can’t perform that action at this time.
0 commit comments