diff --git a/CHANGELOG.md b/CHANGELOG.md index 26e31ae..a7c6270 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,8 @@ to be able to test. Now we have access to `@testable` these can correctly be private. +- `{% ifnot %}` tag is now deprecated, please use `{% if not %}` instead. + ### Enhancements - Variable lookup now supports introspection of Swift types. You can now lookup diff --git a/docs/builtins.rst b/docs/builtins.rst index dae4739..767f702 100644 --- a/docs/builtins.rst +++ b/docs/builtins.rst @@ -164,6 +164,8 @@ Will be treated as: ``ifnot`` ~~~~~~~~~ +.. note:: ``{% ifnot %}`` is deprecated. You should use ``{% if not %}``. + .. code-block:: html+django {% ifnot variable %}