Skip to content

Commit

Permalink
Updated with latest changes
Browse files Browse the repository at this point in the history
  • Loading branch information
stefangabos committed Nov 13, 2024
1 parent 8e08fad commit 15c6bac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 15c6bac

Please sign in to comment.