Skip to content

Commit 41c8da5

Browse files
committed
prepping for next flow alpha
1 parent 9a4f181 commit 41c8da5

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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

VERSION_TEMPLATE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.9.GENERATED_VERSION-alpha4
1+
1.10.GENERATED_VERSION-alpha1

0 commit comments

Comments
 (0)