From ec591822944e56c9fc588951876d3a977a2e39dc Mon Sep 17 00:00:00 2001 From: "Petter A. Urkedal" Date: Wed, 2 Oct 2019 20:36:07 +0200 Subject: [PATCH] Update change log. --- CHANGES.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 602dc4f4..9aef49cb 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -6,6 +6,11 @@ - Use the postgres driver when `postgres` is specified as the URL scheme (GPR#25 James Owen). - Documentation improvements (GPR#20 Nathan Rebours, etc.). +- Reimplemented partly ineffective prepare-cache for PostgreSQL. +- Backwards incompatible changes to the driver API. +- Backwards incompatible changes to modules marked internal but exposed due + to being split across packages. +- Fix forward compatibility past OCaml 4.08 as announced by deprecations. ## v1.1.0 - 2019-02-03