2
0

Release v1.8.0

This commit is contained in:
Jack Christensen
2020-12-03 19:12:18 -06:00
parent cba610c245
commit 3742d6209e
+4
View File
@@ -1,3 +1,7 @@
# 1.8.0 (December 3, 2020)
* Add StatementErrored method to stmtcache.Cache. This allows the cache to purge invalidated prepared statements. (Ethan Pailes)
# 1.7.2 (November 3, 2020)
* Fix data value slices into work buffer with capacities larger than length.