From a64a3f9ecf5ac1b12d57eb8e5aaadd9187d69579 Mon Sep 17 00:00:00 2001 From: Amit Singh Date: Fri, 31 Mar 2023 15:42:34 +0530 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index eddf9029..8d318fb5 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,10 @@ If you don't find your issue already listed, do [create an issue](https://github ### Changelog +##### 3.5.3.3 + +* Fixed: dbconn was giving issues when using multi query +* Fixed: changed mysqli.php file to use the dbconn service when function are directly called. ##### 3.5.3.2 * Improved: added new constant TIMEZONE, that can be used to define the timezone for php execution.