From 2d3afee4c0dec15f02846daaa42c72d0f040d2dc Mon Sep 17 00:00:00 2001 From: Hari K T Date: Mon, 28 Feb 2022 17:34:30 +0530 Subject: [PATCH] Add changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d206428..d02d3e19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG +## 3.1.0 + +- Continous Integration Improvements via #184, #197 by @koriym +- PHP 8.x support via #185, #209, #214 by @koriym, @harikt +- Support psr/log v1 and v2 via #191 by @r4ndsen +- Fixed #183 (Bug in sqlite query parser to support `:` in column name) via #203, #211 by @r4ndsen, @harikt + ## 3.0.0 - Fixed issue #163: Add getAttribute and setAttribute functions to make sure pdo is connected before calling the functions