From b0fd54a75b41bd2f950e618acddbc687a3f1b697 Mon Sep 17 00:00:00 2001 From: Anton Titov Date: Mon, 23 Dec 2019 11:51:06 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78e3067f..3809606c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,16 @@ CHANGELOG for 0.9.0 RC ====================== -2.6.7 (11.12.2019) +2.6.7 (23.12.2019) +----- +- [bufgix] proper exception type for syntax errors in MariaDB (previously was ConnectionException) + +2.6.6 (11.12.2019) ----- - allow drivers to handle low level error exceptions - qualify "Connection reset by peer" as connection exception - fixed interpolation of named parameters -2.6.6 (23.12.2019) ------ -- [bufgix] proper exception type for syntax errors in MariaDB (previously was ConnectionException) - 2.6.5 (11.12.2019) ----- - added support for SELECT FOR UPDATE statements