summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorArtem Tabolin <artemtab@yandex.ru>2018-03-15 15:55:34 +0100
committerTim Graham <timograham@gmail.com>2018-03-15 10:55:34 -0400
commita2f7433adc610cb0a85b3e23a1fec2267591f866 (patch)
tree1f210810be9a240ba66db5c6af90c5663eb44861 /docs
parentba3078c92de6ea3017441c7f503f36e52973ac6b (diff)
Fixed #29221 -- Corrected admin's autocomplete widget to add a space after custom classes.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/2.0.4.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/2.0.4.txt b/docs/releases/2.0.4.txt
index ce7a495a6d..be538b46fd 100644
--- a/docs/releases/2.0.4.txt
+++ b/docs/releases/2.0.4.txt
@@ -14,3 +14,6 @@ Bugfixes
* Fixed admin autocomplete widget's translations for `zh-hans` and `zh-hant`
languages (:ticket:`29213`).
+
+* Corrected admin's autocomplete widget to add a space after custom classes
+ (:ticket:`29221`).