From 859014b083151e7cbfb1d8eddf17317eedac8feb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20=C5=81ojewski?= Date: Tue, 3 Jul 2018 10:35:12 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe5750c..8a7d79d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - WoltLab Community Framework 2.x hashing algorithm - phpass hashing implementation - Support for salt column +### Changed +- Example SQL script in README file ### Fixed - Table and column autocomplete in settings panel @@ -36,7 +38,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - The whole core implementation, which is NOT COMPATIBLE with the previous versions. - Minimum supported PHP version - 7.0 -## Removed +### Removed - MySQL ENCRYPT() hashing implementation - Function is deprecated as of MySQL 5.7.6 and will be removed in a future MySQL release. - MySQL PASSWORD() hashing implementation - Function is deprecated as of MySQL 5.7.6 and will be removed in a future MySQL release. - Redmine hashing implementation - Cannot implement in new core system.