summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2014-07-28 21:06:34 -0400
committerChris McDonough <chrism@plope.com>2014-07-28 21:06:34 -0400
commit6b88bdf7680151345debec0c8651f164a149a53a (patch)
treec10da850dd865bb3289f225d4ddc692f210e79a7 /docs
parentf674a8f691d260d44e0f76e3afecfb15484c45b9 (diff)
downloadpyramid-6b88bdf7680151345debec0c8651f164a149a53a.tar.gz
pyramid-6b88bdf7680151345debec0c8651f164a149a53a.tar.bz2
pyramid-6b88bdf7680151345debec0c8651f164a149a53a.zip
add versionadded notes
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/assets.rst2
-rw-r--r--docs/narr/environment.rst2
2 files changed, 4 insertions, 0 deletions
diff --git a/docs/narr/assets.rst b/docs/narr/assets.rst
index 33677988d..95863848b 100644
--- a/docs/narr/assets.rst
+++ b/docs/narr/assets.rst
@@ -294,6 +294,8 @@ could be used.
Cache Busting
-------------
+.. versionadded:: 1.6
+
In order to maximize performance of a web application, you generally want to
limit the number of times a particular client requests the same static asset.
Ideally a client would cache a particular static asset "forever", requiring
diff --git a/docs/narr/environment.rst b/docs/narr/environment.rst
index a81ad19af..e1171d710 100644
--- a/docs/narr/environment.rst
+++ b/docs/narr/environment.rst
@@ -165,6 +165,8 @@ Prevent the ``cachebust`` static view configuration argument from having any
effect globally in this process when this value is true. No cache buster will
be configured or used when this is true.
+.. versionadded:: 1.6
+
.. seealso::
See also :ref:`cache_busting`.