Update CHANGELOG.md

This commit is contained in:
Marcin Łojewski
2018-07-03 10:41:34 +02:00
committed by GitHub
parent 859014b083
commit bd74d7f79e

View File

@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- WoltLab Community Framework 2.x hashing algorithm - WoltLab Community Framework 2.x hashing algorithm
- phpass hashing implementation - phpass hashing implementation
- Support for salt column - Support for salt column
### Changed ### Changed
- Example SQL script in README file - Example SQL script in README file
@@ -25,9 +26,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [4.0.0-rc1] ## [4.0.0-rc1]
### Added ### Added
- New hashing algorithms: Argon2 Crypt (PHP 7.2 and above), Blowfish Crypt, Courier base64-encoded MD5, Courier base64-encoded SHA1, - New hashing algorithms: Argon2 Crypt (PHP 7.2 and above), Blowfish Crypt, Courier base64-encoded MD5, Courier base64-encoded SHA1, Courier base64-encoded SHA256, Courier hexadecimal MD5, Extended DES Crypt, SHA256 Crypt, SHA512 Crypt, SSHA512, Standard DES Crypt
Courier base64-encoded SHA256, Courier hexadecimal MD5, Extended DES Crypt, SHA256 Crypt,
SHA512 Crypt, SSHA512, Standard DES Crypt
- Option to allow users to change their display names - Option to allow users to change their display names
- Option to allow user to change its avatar - Option to allow user to change its avatar
- Database query results cache - Database query results cache