We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30ea837 commit bcc854eCopy full SHA for bcc854e
CHANGELOG.md
@@ -1,5 +1,17 @@
1
# Changelog #
2
3
+## Version 9.0.477
4
+
5
+Date: 2022-10-15
6
7
+- Change the license from BSD-2 to MPL-2.0
8
+- Remove from CLJS: IState protocol and all related public API; that
9
+ functions already does not works on cljs becuase of platform promise
10
+ limitations, so we decided to just exclude them from cljs and saves
11
+ some bytes
12
+- Simplify `pending?` impl in JVM
13
+- Add experimental (JVM only) ConcurrencyLimiter class
14
15
## Version 9.0.471
16
17
Date: 2022-10-09
0 commit comments