From 43abfd004260e1cf199b0c7376b9a7d08f65087d Mon Sep 17 00:00:00 2001 From: "Petter A. Urkedal" Date: Thu, 11 Mar 2021 23:19:20 +0100 Subject: [PATCH] Prepare release 1.3.1. --- CHANGES.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index c4751063..70921708 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,13 @@ +## v1.3.1 - 2021-03-11 + +- Fix infinite loop when deserializing an optional tuple (GPR#63 mefyl). +- Add `Caqti_connect_sig.S.with_connection` (GPR#61 Anton Bachin). +- Pass parameter types to PostgreSQL prepare and query functions. This + avoids the need to CAST parameters on the SQL side in some cases. +- Add `?post_connect` callback to `connect_pool`. +- Documentation fixes and improvements (Aaron L. Zeng, Anton Bachin, Petter + A. Urkedal). + ## v1.3.0 - 2021-01-17 - Implement `affected_count` for sqlite backend (GPR#46 jakob).