summaryrefslogtreecommitdiff
path: root/pyramid/interfaces.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyramid/interfaces.py')
-rw-r--r--pyramid/interfaces.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/pyramid/interfaces.py b/pyramid/interfaces.py
index 2b6ba7eb6..c5a70dbfd 100644
--- a/pyramid/interfaces.py
+++ b/pyramid/interfaces.py
@@ -1172,6 +1172,8 @@ class ICacheBuster(Interface):
a static asset, modifying a static asset URL to include a cache bust token,
and, optionally, unmodifying a static asset URL in order to look up an
asset. See :ref:`cache_busting`.
+
+ .. versionadded:: 1.6
"""
def token(pathspec):
"""