Update changelog

pull/1353/head^2 v5.0.4
Jack Christensen 2022-10-24 19:11:50 -05:00
parent 3ad9995dfe
commit 987de3874e
1 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,11 @@
# 5.0.4 (October 24, 2022)
* Fix: CollectOneRow prefers PostgreSQL error over pgx.ErrorNoRows
* Fix: some reflect Kind checks to first check for nil
* Bump golang.org/x/text dependency to placate snyk
* Fix: RowToStructByPos on structs with multiple anonymous sub-structs (Baptiste Fontaine)
* Fix: Exec checks if tx is closed
# 5.0.3 (October 14, 2022)
* Fix `driver.Valuer` handling edge cases that could cause infinite loop or crash