From 388106629ea05b6d3956bf87f760bf8efde6fddc Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Tue, 17 Oct 2023 19:44:28 +0200 Subject: [PATCH] Update changelog file --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9a0d26..8a9458b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog # + +## Version 12.0.xxx + +- Add integration with StructuredTaskScope (Structured Concurrency) +- Remove deprecated executors constructors (deprecated in v9) + +BREAKING CHANGES: + +- Remove unwraping of `ExecutionException` and `CompletionException` exceptions on the JVM + only experimental helpers: `await!`, `await` and `with-dispatch!` macro (was a very bad + decision because unwrapping removes the ability to know the real cause of the exception) + +- The `:name` option on `thread-factory` constructor helper now is interpreted as-is, + without template interpolation; use the new `:prefix` for that purpose + ## Version 11.0.678 - Fix internal coercion function (cljs only) that causes unexpected