diff --git a/index.html b/index.html
index cb45dd7..e994bbd 100644
--- a/index.html
+++ b/index.html
@@ -35,11 +35,13 @@
MySQLTuner is a script written in Perl that allows you to review a MySQL installation quickly and make adjustments to increase performance and stability. The current configuration variables and status data is retrieved and presented in a brief format along with some basic performance suggestions.
-Compatibility:
+Compatibility:
-- MySQL 3.23, 4.0, 4.1, 5.0, 5.1, 5.5, 5.6 (full support)
-- MariaDB 10.1, 11.0 (full support)
+
+- MySQL 3.23, 4.0, 4.1, 5.0, 5.1, 5.5, 5.6, 5.7 (full support)
+- MariaDB 5.5, 10.0, 10.1 (full support)
+- MySQL 3.23, 4.0, 4.1, 5.0, 5.1 (deprecated editor support)
- Perl 5.6 or later (with perl-doc package)
- Unix/Linux based operating system (tested on Linux, BSD variants, and Solaris variants)
- Windows is not supported at this time