Add missed changelog entry and fix typo

pull/1708/head v5.4.3
Jack Christensen 2023-08-05 08:36:45 -05:00
parent 4c60839c48
commit d17440d5c7
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# 5.4.3 (Auguest 5, 2023)
# 5.4.3 (August 5, 2023)
* Fix: QCharArrayOID was defined with the wrong OID (Christoph Engelbert)
* Fix: connect_timeout for sslmode=allow|prefer (smaher-edb)
@ -6,6 +6,7 @@
* Fix: Check for nil in defer when sending batch (recover properly from panic)
* Fix: json scan of non-string pointer to pointer
* Fix: zeronull.Timestamptz should use pgtype.Timestamptz
* Fix: NewConnsCount was not correctly counting connections created by Acquire directly. (James Hartig)
* RowTo(AddrOf)StructByPos ignores fields with "-" db tag
* Optimization: improve text format numeric parsing (horpto)