File tree 2 files changed +14
-3
lines changed
2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -6,14 +6,14 @@ Official web site: http://clojurescript.org
6
6
7
7
## Releases and dependency information ##
8
8
9
- Latest stable release: 1.9.660
9
+ Latest stable release: 1.9.671
10
10
11
11
* [ All released versions] ( http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22clojurescript%22 )
12
12
13
13
[ Leiningen] ( http://github.com/technomancy/leiningen/ ) dependency information:
14
14
15
15
```
16
- [org.clojure/clojurescript "1.9.660 "]
16
+ [org.clojure/clojurescript "1.9.671 "]
17
17
```
18
18
19
19
[ Maven] ( http://maven.apache.org ) dependency information:
@@ -22,7 +22,7 @@ Latest stable release: 1.9.660
22
22
<dependency>
23
23
<groupId>org.clojure</groupId>
24
24
<artifactId>clojurescript</artifactId>
25
- <version>1.9.660 </version>
25
+ <version>1.9.670 </version>
26
26
</dependency>
27
27
```
28
28
Original file line number Diff line number Diff line change
1
+ ## 1.9.671
2
+
3
+ ### Fixes
4
+ * CLJS-2139: Undeclared var regression in fn bodies
5
+ * CLJS-2137: Missing INext on some sequences
6
+ * CLJS-2136: Clarify IFind contract to avoid double-lookups
7
+ * need to elide : c .a/analyzed in c.a/analyze-wrap-meta to avoid dumping unintended
8
+ with-meta expressions
9
+ * resolve returns improperly constructed Var
10
+ * fix : fn-invoke-direct edgecase around keywords
11
+
1
12
## 1.9.660
2
13
3
14
### Changes
You can’t perform that action at this time.
0 commit comments