Skip to content

Commit

Permalink
clarify changelog for major release
Browse files Browse the repository at this point in the history
  • Loading branch information
hunner committed Nov 11, 2014
1 parent c5c1b38 commit 46c53db
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@

Added several new features including MariaDB support and future parser

####Backwards-incompatible Changes
* Remove the deprecated `database`, `database_user`, and `database_grant` resources. The correct resources to use are `mysql`, `mysql_user`, and `mysql_grant` respectively.

####Features
* Add MariaDB Support
* Renamed `database_user` to `mysql_user`
* Renamed `database` to `mysql_database`
* Renamed `database_grant` to `mysql_grant`
* The mysqltuner perl script has been updated to 1.3.0 based on work at http://github.com/major/MySQLTuner-perl
* Add future parse support, fixed issues with undef to empty string
* Pass the backup credentials to 'SHOW DATABASES'
* Ability to specify the Includedir for `mysql::server`
* `mysql::db` now has an import_timeout feature that defaults to 300
* `mysql::db` now has an import\_timeout feature that defaults to 300
* The `mysql` class has been removed
* `mysql::server` now takes an `override_options` hash that will affect the installation
* Ability to install both dev and client dev
Expand Down

0 comments on commit 46c53db

Please sign in to comment.