Skip to content

Commit 46c53db

Browse files
committed
clarify changelog for major release
1 parent c5c1b38 commit 46c53db

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33

44
Added several new features including MariaDB support and future parser
55

6+
####Backwards-incompatible Changes
7+
* Remove the deprecated `database`, `database_user`, and `database_grant` resources. The correct resources to use are `mysql`, `mysql_user`, and `mysql_grant` respectively.
8+
69
####Features
710
* Add MariaDB Support
8-
* Renamed `database_user` to `mysql_user`
9-
* Renamed `database` to `mysql_database`
10-
* Renamed `database_grant` to `mysql_grant`
1111
* The mysqltuner perl script has been updated to 1.3.0 based on work at http://github.com/major/MySQLTuner-perl
1212
* Add future parse support, fixed issues with undef to empty string
1313
* Pass the backup credentials to 'SHOW DATABASES'
1414
* Ability to specify the Includedir for `mysql::server`
15-
* `mysql::db` now has an import_timeout feature that defaults to 300
15+
* `mysql::db` now has an import\_timeout feature that defaults to 300
1616
* The `mysql` class has been removed
1717
* `mysql::server` now takes an `override_options` hash that will affect the installation
1818
* Ability to install both dev and client dev

0 commit comments

Comments
 (0)