Skip to content

Commit 396a62d

Browse files
committed
1.8.51
1 parent f110ed3 commit 396a62d

File tree

2 files changed

+21
-3
lines changed

2 files changed

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

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

changes.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## 1.8.51
2+
3+
### Changes
4+
* bump Closure Compiler to v20160315
5+
* bump tools.reader to 1.0.0-beta1
6+
* CLJS-1624: Avoid useage of JSC_HOME in test bash scripts
7+
8+
### Enhancements
9+
* CLJS-1626: cljs.test for bootstrap
10+
11+
### Fixes
12+
* CLJS-1588: defrecord satisfies? behavior under bootstrap
13+
* CLJS-1632: docs / arglist consistency
14+
* CLJS-1612: Resolve ns aliases in syntax-quote
15+
* CLJS-1621: Foreign libs modules of different types don't compile together
16+
* CLJS-1617: inlined `list` evaluation order
17+
* :parallel-build race condition
18+
119
## 1.8.40
220

321
### Fixes

0 commit comments

Comments
 (0)