From 78c2d834c7d688f29550633b2fd14daa13062f08 Mon Sep 17 00:00:00 2001 From: jeromew Date: Fri, 15 Mar 2019 13:19:13 +0000 Subject: [PATCH] Update Changelog with recent commits --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7e958b5..1f85760 100644 --- a/README.md +++ b/README.md @@ -87,6 +87,9 @@ Since this isn't a module with tons of installs and dependent modules I hope we ### version 2.x - published YYYY-MM-DD + * Change README to stop using the pg pool singleton (removed after pg 7.0) + * Do not register copy-to.pushBufferIfNeeded on the instance itself (avoid dangling method on the object) + * Fix copy-to test wrt intermittent unhandled promise bug ### version 2.0.0 - published 2019-03-14