From: Tim Düsterhus Date: Sat, 8 Aug 2015 00:56:20 +0000 (+0200) Subject: Added missing entries to CHANGELOG.md X-Git-Tag: 3.0.0_Beta_1~2137 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=6cc54f29723f4300e66d2cdc1a6ce56c36d41c0c;p=GitHub%2FWoltLab%2FWCF.git Added missing entries to CHANGELOG.md --- diff --git a/CHANGELOG.md b/CHANGELOG.md index f5c767e1ab..44e12500a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,9 +19,11 @@ * `wcf\system\event\listener\PreParserAtUserListener` removed. * `wcf\action\AJAXProxyAction::getData()` removed. * Version system removed. +* Support for query string based sessions in Frontend removed. * `wcf\system\cache\source\RedisCacheSource` added. * Background queue (`wcf\system\background\*`) added. * Rewritten email system (`wcf\system\email\*`) added. +* CryptoUtil (`wcf\util\CryptoUtil`) added. * Old email system (`wcf\system\mail\*`) deprecated. * Abstract bulk processing system added. * Replaced old user bulk processing with new implementation using the abstract bulk processing system. @@ -30,4 +32,4 @@ * Image proxy for images included with the image BBCode. * Overhauled Redactor integration * Linebreaks mode instead of using paragraphs, works better with the PHP-side parser which works with linebreaks - * Ported the PHP-BBCode parser, massively improves accuracy and ensures validity \ No newline at end of file + * Ported the PHP-BBCode parser, massively improves accuracy and ensures validity