Skip to content

Commit c6b4d8d

Browse files
authored
Merge pull request #259 from schveiguy/updatechangelog
Changelog for release 3.1.0
2 parents 5ceed3c + 8ec7e59 commit c6b4d8d

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
v3.1.0 - 2022-03-10
2+
=====================
3+
4+
This release adds logging to mysql-native! If you are using it with vibe, it
5+
will by default use the vibe logging facilities. Otherwise, it will use
6+
std.experimental.logger.
7+
8+
This release is thanks to the efforts of @singingbush
9+
- **Fixed:** [#113](https://github.com/mysql-d/mysql-native/issues/113):
10+
use vibe.core.log when `Have_vibe_d_core`
11+
12+
A warning to users of this new version, std.experimental.logger prior to DMD
13+
version 2.099.0, used a default level of `all`, which includes trace messages.
14+
If you do not wish to see these messages (there will be a lot of them), either
15+
use a compiler based on DMD 2.099.0 or later, or change the log level of the
16+
default logger to something less.
17+
118
v3.0.3 - 2021-09-11
219
=====================
320

0 commit comments

Comments
 (0)