From 2770bb39a67e39e471c1682a4a5ca08aa0ae997d Mon Sep 17 00:00:00 2001 From: Scott Plunkett Date: Sat, 14 Dec 2024 13:26:34 -0600 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09a6d7e1..524b07d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,6 +31,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fix random value generation for pq.Float64Array factory (thanks @felipeparaujo) - Using the `UpdateMod()` and `DeleteMod()` methods on an empty model slice now appends `WHERE primary_key IN NULL` which will return no results. Instead of `WHERE primary_key IN ()` which is a syntax error. +- Ensure `net/netip` is imported for the `pgtypes.Inet` random expression (thanks @plunkettscott) ## [v0.29.0] - 2024-11-20