From 8750cada1d06cd0460e8d0f47bea3fe852b49a24 Mon Sep 17 00:00:00 2001 From: Brian Carlson Date: Wed, 14 Jan 2026 12:05:18 -0600 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 863a10d8..0ceff986 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ For richer information consult the commit log on github with referenced pull req We do not include break-fix version release in this file. +## pg@8.17.0 + +- Throw correct error if database URL parsing [fails](https://github.com/brianc/node-postgres/issues/3513). + ## pg@8.16.0 - Add support for [min connection pool size](https://github.com/brianc/node-postgres/pull/3438).