From 743a9f457b1682ee6a2883753102f5cf579ea9ae Mon Sep 17 00:00:00 2001 From: Stefan Majewsky Date: Mon, 18 May 2026 23:09:08 +0200 Subject: replace Wrap with NewDB/NewConn/NewTx --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 315d337..9d2a141 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ SPDX-FileCopyrightText: 2026 Stefan Majewsky SPDX-License-Identifier: Apache-2.0 --> +# v0.9.0 (TBD) + +API changes: + +- The generic function `Wrap` is replaced with explicit functions `NewDB`, `NewConn` and `NewTx` that yield separate types. + This allows our wrapped types to carry the original types from database/sql as embedded types, thus making their use more ergonomic. + # v0.8.0 (2026-05-13) API changes: -- cgit v1.2.3