File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Expand file tree Collapse file tree 2 files changed +13
-3
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
44
55## Releases and dependency information ##
66
7- Latest stable release: 0.0-3255
7+ Latest stable release: 0.0-3264
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-3255 "]
14+ [org.clojure/clojurescript "0.0-3264 "]
1515```
1616
1717[ Maven] ( http://maven.apache.org ) dependency information:
@@ -20,7 +20,7 @@ Latest stable release: 0.0-3255
2020<dependency>
2121 <groupId>org.clojure</groupId>
2222 <artifactId>clojurescript</artifactId>
23- <version>0.0-3255 </version>
23+ <version>0.0-3264 </version>
2424</dependency>
2525```
2626
Original file line number Diff line number Diff line change 1+ ## 0.0-3264
2+
3+ ## Fixes
4+ * Add missing JS files back to the build
5+ * CLJS-1168: REPL fails to find .js files in : libs
6+ * CLJS-1196: Assert failed on 3190+ while : require-ing .js file in : libs directory
7+ * CLJS-1235: non-upstream : foreign-libs not copied to : output-dir
8+ * CLJS-1258: stack trace mapping does not appear to work with : asset-path
9+ * CLJS-1257: find-doc regression
10+
111## 0.0-3255
212
313### Changes
You can’t perform that action at this time.
0 commit comments