Skip to content

Commit a416e7f

Browse files
committed
Update README & CHANGES for 1.10.896
1 parent d47755e commit a416e7f

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Latest stable release: 1.10.891
1313
[Leiningen](http://github.com/technomancy/leiningen/) dependency information:
1414

1515
```
16-
[org.clojure/clojurescript "1.10.891"]
16+
[org.clojure/clojurescript "1.10.896"]
1717
```
1818

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

changes.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 1.10.896
2+
3+
### Fixes
4+
* CLJS-3336: REGRESSION: Cannot require `goog`
5+
* CLJS-3337: REPL, Regression for :reload
6+
* Fix Windows path issue in cljs.externs
7+
18
## 1.10.891
29

310
### Changes

0 commit comments

Comments
 (0)