Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add dialect marker in change log
  • Loading branch information
puredanger committed Jan 10, 2020
1 parent 733a2cc commit 61b2962
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Expand Up @@ -62,14 +62,14 @@ Distributed under the Eclipse Public License, the same as Clojure.
## Changelog

* Release 0.7.599 on 2020.01.10
* [ASYNC-198](https://clojure.atlassian.net/browse/ASYNC-198) Fix exception rewriting in go can replace return value
* [ASYNC-220](https://clojure.atlassian.net/browse/ASYNC-220) Fix exception in go finally swallows exception of outer try
* [ASYNC-229](https://clojure.atlassian.net/browse/ASYNC-229) Fix go finally block executed twice
* [ASYNC-212](https://clojure.atlassian.net/browse/ASYNC-212) Fix go fails to compile expressions with literal nil as let value
* [ASYNC-145](https://clojure.atlassian.net/browse/ASYNC-145) Fix mix throws error when many channels added
* [ASYNC-170](https://clojure.atlassian.net/browse/ASYNC-170) Fix binding in go block throws assertion error
* [ASYNC-127](https://clojure.atlassian.net/browse/ASYNC-127) Fix mult to work as doc'ed with all taps accepting before next
* [ASYNC-210](https://clojure.atlassian.net/browse/ASYNC-210) Fix puts allowed when buffer still full from expanding transducer
* [ASYNC-198](https://clojure.atlassian.net/browse/ASYNC-198) (CLJ) Fix exception rewriting in go can replace return value
* [ASYNC-220](https://clojure.atlassian.net/browse/ASYNC-220) (CLJ) Fix exception in go finally swallows exception of outer try
* [ASYNC-229](https://clojure.atlassian.net/browse/ASYNC-229) (CLJ) Fix go finally block executed twice
* [ASYNC-212](https://clojure.atlassian.net/browse/ASYNC-212) (CLJ) Fix go fails to compile expressions with literal nil as let value
* [ASYNC-145](https://clojure.atlassian.net/browse/ASYNC-145) (CLJ, CLJS) Fix mix throws error when many channels added
* [ASYNC-170](https://clojure.atlassian.net/browse/ASYNC-170) (CLJ) Fix binding in go block throws assertion error
* [ASYNC-127](https://clojure.atlassian.net/browse/ASYNC-127) (CLJ, CLJS) Fix mult to work as doc'ed with all taps accepting before next
* [ASYNC-210](https://clojure.atlassian.net/browse/ASYNC-210) (CLJ) Fix puts allowed when buffer still full from expanding transducer
* Release 0.6.532 on 2019.12.02
* Bump tools.analyzer.jvm dep to 0.7.3
* Release 0.5.527 on 2019.11.12
Expand Down

0 comments on commit 61b2962

Please sign in to comment.