summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/2.0.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/releases/2.0.txt b/docs/releases/2.0.txt
index 450d8bd3da..323b51fbf4 100644
--- a/docs/releases/2.0.txt
+++ b/docs/releases/2.0.txt
@@ -212,6 +212,8 @@ Templates
apps, it now returns the first engine if multiple ``DjangoTemplates`` engines
are configured in ``TEMPLATES`` rather than raising ``ImproperlyConfigured``.
+* Custom template tags may now accept keyword-only arguments.
+
Tests
~~~~~