2
0

Update changelog

This commit is contained in:
Jack Christensen
2022-11-11 18:56:56 -06:00
parent 2f17b3e259
commit 08d6ffb88b
+4
View File
@@ -1,3 +1,7 @@
# 2.1.1 (November 11, 2022)
* Fix create resource concurrently with Stat call race
# 2.1.0 (October 28, 2022)
* Concurrency control is now implemented with a semaphore. This simplifies some internal logic, resolves a few error conditions (including a deadlock), and improves performance. (Jan Dubsky)