2
0

Release v2.0.1

This commit is contained in:
Jack Christensen
2022-10-28 18:11:10 -05:00
parent d344a18fdb
commit f6fee6af77
+4
View File
@@ -1,3 +1,7 @@
# 2.0.1 (October 28, 2022)
* Fix race condition when Close is called concurrently with multiple constructors
# 2.0.0 (September 17, 2022)
* Use generics instead of interface{} (Столяров Владимир Алексеевич)