Skip to content

Commit

Permalink
Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
daogrady committed Dec 11, 2024
1 parent 21d209e commit 4bd78ee
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 @@ -17,6 +17,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
- Use `Required` instead of `DeepRequired` in projection function to avoid complexity errors from TypeScript
- Added missing type inference for `.set`/`.with` of `UPDATE`
- Added missing type inference for `.entries` of `UPSERT` and `INSERT`
- Variants of `SELECT.one(T)` will now return `T | null`, instead of `T`

## Version 0.8.0 - 24-11-26

Expand Down

0 comments on commit 4bd78ee

Please sign in to comment.