From bcc854e027289b731771d45102e0e72c250da865 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Sat, 15 Oct 2022 21:49:22 +0200 Subject: [PATCH] Set version to 9.0.477 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd55f1c..0a2121b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog # +## Version 9.0.477 + +Date: 2022-10-15 + +- Change the license from BSD-2 to MPL-2.0 +- Remove from CLJS: IState protocol and all related public API; that + functions already does not works on cljs becuase of platform promise + limitations, so we decided to just exclude them from cljs and saves + some bytes +- Simplify `pending?` impl in JVM +- Add experimental (JVM only) ConcurrencyLimiter class + ## Version 9.0.471 Date: 2022-10-09