diff --git a/CHANGES b/CHANGES
index 50de4ebf625a58baee69f28d3142120db8b30ab1..5c647a70e59512c7f5ea6037c442ba9be1a8d5ed 100644
--- a/CHANGES
+++ b/CHANGES
@@ -21,6 +21,10 @@ o Sql.pgsql
   - Support IEEE binary float database-wireformat.
   - Prevent new queries from starting in the local_backend.
 
+o Sql.Sql
+
+  Make big_typed_query() gracefully fallback to big_query().
+
 o SSL.File
 
   Support query_fd() and set_buffer_mode() methods.
@@ -124,6 +128,10 @@ o Sql.pgsql
 
   - Repair fetch_row_array().
 
+  - Reinstate simple reconnect logic.
+
+  - Ensure that all database errors result in exceptions (eventually).
+
 o mktime/System.TM
 
   - Make timezone management consistent (especially UTC handling).