Skip to content

Commit ec32b73

Browse files
committed
1.10.738
1 parent b790073 commit ec32b73

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ Official web site: http://clojurescript.org
66

77
## Releases and dependency information ##
88

9-
Latest stable release: 1.10.597
9+
Latest stable release: 1.10.738
1010

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

1313
[Leiningen](http://github.com/technomancy/leiningen/) dependency information:
1414

1515
```
16-
[org.clojure/clojurescript "1.10.597"]
16+
[org.clojure/clojurescript "1.10.738"]
1717
```
1818

1919
[Maven](http://maven.apache.org) dependency information:
@@ -22,7 +22,7 @@ Latest stable release: 1.10.597
2222
<dependency>
2323
<groupId>org.clojure</groupId>
2424
<artifactId>clojurescript</artifactId>
25-
<version>1.10.597</version>
25+
<version>1.10.738</version>
2626
</dependency>
2727
```
2828

changes.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Next
1+
## 1.10.738
22

33
### Changes
44
* Removed REPL/target support for Rhino, Nashorn, Graaljs
@@ -20,6 +20,7 @@
2020
* CLJS-3199: Interop with JavaScript's iterable objects via Iterator protocol
2121

2222
### Fixes
23+
* CLJS-3230: seq on empty Iterable produces an empty seq
2324
* CLJS-2908: Don't show quick prompt if :verbose or :repl-verbose
2425
* CLJS-2898: cljs.main: ClojureScript version should not be displayed if there are inits
2526
* CLJS-2863: Need to reject incorrect fn with fixed arity of more params than variadic

0 commit comments

Comments
 (0)