Skip to content

Commit 4d44548

Browse files
committed
1.8.40
1 parent f0ac4c9 commit 4d44548

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-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 compiler for [Clojure](http://clojure.org) that targets JavaS
44

55
## Releases and dependency information ##
66

7-
Latest stable release: 1.8.34
7+
Latest stable release: 1.8.40
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 "1.8.34"]
14+
[org.clojure/clojurescript "1.8.40"]
1515
```
1616

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

changes.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 1.8.40
2+
3+
### Fixes
4+
* CLJS-1603: Only warn for misspelled comp/REPL opts
5+
* :warning-handlers missing for known compiler options
6+
* CLJS-1592: Self-host: Robustness for core tests
7+
18
## 1.8.34
29

310
### Changes

0 commit comments

Comments
 (0)