diff --git a/HISTORY.rst b/HISTORY.rst index 121860de..593950e2 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,6 +2,8 @@ History ======= +* Add support for ``GroupConcat`` filters. + * Make ``MySQLCache.touch()`` return ``True`` if the key was touched, ``False`` otherwise. This return value was missing since the method was added for Django 2.1.