diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 61eceb3..f733725 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -11,8 +11,7 @@ Next version tree queryset, allowing collecting ancestors fields directly when running the initial query. For example, ``.tree_fields(tree_names="name")`` will collect all ``name`` fields in a ``tree_fields`` array on the model instances. For - now the code only supports string fields and integer fields. Also, - MySQL/MariaDB aren't supported yet. + now the code only supports string fields and integer fields. 0.18 (2024-04-03)