From 6bcf35584bbc35910e65dc2d61855d25abfee65b Mon Sep 17 00:00:00 2001 From: Agabekov Roman Date: Thu, 17 Jun 2021 15:33:15 +0000 Subject: [PATCH] Added information to changelog --- CHANGELOG.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bb8893..e6dca5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,17 @@ -MySQL Configurer releases +Releem MySQLConfigurer releases --- Information about releases of the Releem MySQLConfigurer. +Releem MySQLConfigurer 0.6.0, 2021-06-17 +- Added MySQL Performance Score metric. +- Added runtime information. Closes #62 +- Added Display Recommended Configuration. +- Improved documentation Installation, Usage and Tests. +- Improved calcualtion of the 'myisam_sort_buffer_size' variable. +- Improved calculation of the 'read_rnd_buffer_size' variable. +- Improved calculation of the 'sort_buffer_size' variable. +- Removed usage of "mysqltuner.pl" domain. + Releem MySQLConfigurer 0.5.0, 2021-01-30 - Added simple one step installation process. Closes #23. - Improved documentation. @@ -14,7 +24,6 @@ Releem MySQLConfigurer 0.5.0, 2021-01-30 - Improved calculation of the 'key_buffer_size' variable. - Improved calculation of the 'innodb_buffer_pool_instances' variable. Closes #37. - Releem MySQLConfigurer 0.4.0, 2020-11-21 - Improved documentation - Added option -m to set memory limit for MySQL in MBs. Closes #42.