2
0

Release v1.1.3

This commit is contained in:
Jack Christensen
2020-12-03 19:09:11 -06:00
parent 513cb84ff5
commit f196d0d9f9
+4
View File
@@ -1,3 +1,7 @@
# 1.1.3 (December 3, 2020)
* Fix: Failed resource creation could cause concurrent Acquire to hang. (Evgeny Vanslov)
# 1.1.2 (September 26, 2020)
* Fix: Resource.Destroy no longer removes itself from the pool before its destructor has completed.