Added missing entries to CHANGELOG.md
authorTim Düsterhus <duesterhus@woltlab.com>
Sat, 8 Aug 2015 00:56:20 +0000 (02:56 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Sat, 8 Aug 2015 00:56:20 +0000 (02:56 +0200)
CHANGELOG.md

index f5c767e1ab0c6c53f22b7071a2ca00f2188425fd..44e12500a0d5b47e023a11b0cfce525aebd17f2e 100644 (file)
 * `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