Skip to content

Commit

Permalink
Merge pull request #259 from schveiguy/updatechangelog
Browse files Browse the repository at this point in the history
Changelog for release 3.1.0
  • Loading branch information
schveiguy authored Mar 10, 2022
2 parents 5ceed3c + 8ec7e59 commit c6b4d8d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
v3.1.0 - 2022-03-10
=====================

This release adds logging to mysql-native! If you are using it with vibe, it
will by default use the vibe logging facilities. Otherwise, it will use
std.experimental.logger.

This release is thanks to the efforts of @singingbush
- **Fixed:** [#113](https://github.com/mysql-d/mysql-native/issues/113):
use vibe.core.log when `Have_vibe_d_core`

A warning to users of this new version, std.experimental.logger prior to DMD
version 2.099.0, used a default level of `all`, which includes trace messages.
If you do not wish to see these messages (there will be a lot of them), either
use a compiler based on DMD 2.099.0 or later, or change the log level of the
default logger to something less.

v3.0.3 - 2021-09-11
=====================

Expand Down

0 comments on commit c6b4d8d

Please sign in to comment.