Skip to content

Commit

Permalink
Update CHANGELOG for #327
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenafamo committed Dec 16, 2024
1 parent 962c620 commit 3eb0ee1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- 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)
- Fix a data race when adding enum types.
- Fix missing schema in table alias in pkEQ and pkIN clauses (thanks @adatob).

## [v0.29.0] - 2024-11-20

Expand Down

0 comments on commit 3eb0ee1

Please sign in to comment.