Skip to content

Commit

Permalink
Update changelog for 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
schveiguy committed May 29, 2021
1 parent cb137d8 commit 5448bd1
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,27 @@
v3.0.2 - 2021-05-28
=====================

Migrate all CI to github actions. This release has a large amount of shuffling
around of tests and uses the new github actions CI instead of travis-ci (which
has become unusable for this project).

Also, the dub file has been greatly simplified. All the testing has been moved
from the main dub file into subpackages, to keep the library itself clean of
spurious dependencies. This also fixes the issues with Dub from DMD 2.095+

- **Tests:** [#227](https://github.com/mysql-d/mysql-native/issues/227):
move CI from travis to github actions. (@singingbush)
- **Fixed:** [#224](https://github.com/mysql-d/mysql-native/issues/224):
Basic mysql-native dub app does not compile with dmd 2.095.0.
- **Change:** [#220](https://github.com/mysql-d/mysql-native/pull/220):
By default mysql-native will use the utf8mb4 instead of utf8 as the default
collation for servers that support it. (@kubo39)

v3.0.1 - 2021-04-28
=====================

Hot fix for issue regarding autoPurge not always running properly in a vibe-d environment, causing out-of-order server packets.

v3.0.0 - 2019-12-08
=====================

Expand Down

0 comments on commit 5448bd1

Please sign in to comment.