File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -64,6 +64,15 @@ Copyright © Rich Hickey and contributors
6464
6565## Changelog
6666
67+ * next alpha
68+ * Alpha release of core.async.flow - all APIs subject to change
69+ * [ ASYNC-274] ( https://clojure.atlassian.net/browse/ASYNC-274 ) (CLJ) Fixed flow/futurize stopped returning a future on Executor change
70+ * [ ASYNC-270] ( https://clojure.atlassian.net/browse/ASYNC-270 ) (CLJ) futurize with no : exec arg throws
71+ * next release (accumulated changes since 1.8.741):
72+ * Added datafy support for channels and buffers
73+ * [ ASYNC-273] ( https://clojure.atlassian.net/browse/ASYNC-273 ) (CLJ) alts!! callbacks should dispatch on caller when possible
74+ * [ ASYNC-272] ( https://clojure.atlassian.net/browse/ASYNC-272 ) (CLJ) Use JVM virtual threads in io-thread
75+ * [ ASYNC-269] ( https://clojure.atlassian.net/browse/ASYNC-269 ) (CLJ) Noop callbacks dispatch on caller thread
6776* Release 1.9.859-alpha4 on 2026-03-16
6877 * [ ASYNC-273] ( https://clojure.atlassian.net/browse/ASYNC-273 ) (CLJ) alts!! callbacks should dispatch on caller when possible
6978 * [ ASYNC-274] ( https://clojure.atlassian.net/browse/ASYNC-274 ) (CLJ) Fixed flow/futurize stopped returning a future on Executor change
Original file line number Diff line number Diff line change 1- 1.9 .GENERATED_VERSION-alpha4
1+ 1.10 .GENERATED_VERSION-alpha1
You can’t perform that action at this time.
0 commit comments