Update changelog for v5.0.2

pull/1332/head v5.0.2
Jack Christensen 2022-10-08 18:58:17 -05:00
parent af0b896290
commit 094ad9c9d8
1 changed files with 9 additions and 2 deletions

View File

@ -1,11 +1,18 @@
# v5.0.1
# v5.0.2 (October 8, 2022)
* Fix date encoding in text format to always use 2 digits for month and day
* Prefer driver.Valuer over wrap plans when encoding
* Fix scan to pointer to pointer to renamed type
* Allow scanning NULL even if PG and Go types are incompatible
# v5.0.1 (September 24, 2022)
* Fix 32-bit atomic usage
* Add MarshalJSON for Float8 (yogipristiawan)
* Add `[` and `]` to text encoding of `Lseg`
* Fix sqlScannerWrapper NULL handling
# v5.0.0
# v5.0.0 (September 17, 2022)
## Merged Packages