Show error message if poll has no question
[GitHub/WoltLab/WCF.git] / CHANGELOG.md
index 44e12500a0d5b47e023a11b0cfce525aebd17f2e..6f5e221468bbd7178f1c18b273321e5048fa2577 100644 (file)
@@ -33,3 +33,4 @@
 * 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
+* Show error message if poll options are given but not question instead of discarding poll options.