From 034eb34f3c98c342d460092c72c43b74ee3f3e8f Mon Sep 17 00:00:00 2001 From: "Brian M. Carlson" Date: Fri, 26 Oct 2018 09:02:53 -0500 Subject: [PATCH] Update changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56440740..6a76ebbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ For richer information consult the commit log on github with referenced pull req We do not include break-fix version release in this file. +### 7.6.0 +- Add support for ["bring your own promise"](https://github.com/brianc/node-postgres/pull/1518) + ### 7.5.0 - Better [error message](https://github.com/brianc/node-postgres/commit/11a4793452d618c53e019416cc886ad38deb1aa7) when passing `null` or `undefined` to `client.query`.