From 53cb3a35b4edc3f09fe38b6cfe7c0a536b24a36e Mon Sep 17 00:00:00 2001
From: "Stephen R. van den Berg" <srb@cuci.nl>
Date: Wed, 11 Dec 2019 23:52:10 +0100
Subject: [PATCH] Document changes.

---
 CHANGES | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/CHANGES b/CHANGES
index 069557691b..91b173c9dc 100644
--- a/CHANGES
+++ b/CHANGES
@@ -161,6 +161,15 @@ o Protocols.Websocket
 
   Tentative fix for error 'indexing the NULL value with "set_nonblocking'.
 
+o Sql.pgsql
+
+  - Ensure that the db connection is closed when the portal is closed.
+
+  - Small speed boost.
+
+  - Fix the only known deadlock-cause logged in the last year; only happened
+    (rarely) on multiple parallel queries on a single connection.
+
 o SSL.File
 
   Do not close automatically on write error.
-- 
GitLab