diff --git a/CHANGELOG.md b/CHANGELOG.md index 553f8e8..c7afc3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ - `halt_on_errors` now supports a new `always` value which, when set, will instruct the library to raise an exception on fatal errors regardless of the value of the `debug` property; see [#82](https://github.com/stefangabos/Zebra_Database/issues/82); thanks [Bernhard Morgenstern](https://github.com/bmorg) for sugesting! - 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! +- the [debug_info](https://stefangabos.github.io/Zebra_Database/Zebra_Database/Zebra_Database.html#var$debug_info) property is now `protected` and can be used to customize and extend the debugging interface; see [#87](https://github.com/stefangabos/Zebra_Database/issues/87) - fixed some incorrect examples in the documentation ## version 2.11.1 (January 28, 2024)