diff --git a/CHANGELOG.md b/CHANGELOG.md index 32d1cd0..553f8e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ ## version 2.12.0 (TBA) +- `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! - fixed some incorrect examples in the documentation