From 2e78652255f886ead319143e4dc795d4e2bd4ac6 Mon Sep 17 00:00:00 2001 From: Christoph Heer Date: Fri, 16 Feb 2018 13:20:58 +0100 Subject: [PATCH] Update changelog for 0.3.4 --- CHANGES | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES b/CHANGES index 63e7359..ccaeb6d 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,11 @@ Changelog ========= +0.3.4 +----- +- Fixed parameters tuple access with unicode index (#98) +- Ignore part 47 PARAMETERMETADATA in _handle_upsert (#89) + 0.3.3 ----- - Truncate (instead of round) microseconds to milliseconds in time or timestamp columns.