Update changelog for v5.1.1

pull/1385/head v5.1.1
Jack Christensen 2022-11-17 19:47:09 -06:00
parent 56633b3d51
commit 8ad1394f4c
1 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,8 @@
# 5.1.1 (November 17, 2022)
* Fix simple query sanitizer where query text contains a Unicode replacement character.
* Remove erroneous `name` argument from `DeallocateAll()`. Technically, this is a breaking change, but given that method was only added 5 days ago this change was accepted. (Bodo Kaiser)
# 5.1.0 (November 12, 2022)
* Update puddle to v2.1.2. This resolves a race condition and a deadlock in pgxpool.