From e3157393a0aeae1f0c9c5d5b499a212149f97e62 Mon Sep 17 00:00:00 2001 From: Stefan Gabos Date: Sun, 28 Jan 2024 14:05:11 +0200 Subject: [PATCH] Updated with latest changes --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d6fb23..32d1cd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ ## version 2.12.0 (TBA) +- fixed [#83](https://github.com/stefangabos/Zebra_Database/issues/83); thanks [Bernhard Morgenstern](https://github.com/bmorg) for reporting! - `set_charset` doesn't force a connection anymore and it is now deferred until a "real" query is run so that the _lazy connection_ feature of the library is preserved; see [#80](https://github.com/stefangabos/Zebra_Database/issues/80) - thank you [Albatroon](https://github.com/Albatroon) for suggesting! - fixed some incorrect examples in the documentation