summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2016-11-15 20:58:40 -0600
committerMichael Merickel <michael@merickel.org>2016-11-15 20:58:40 -0600
commit4db295a08c931328fa6bc0d15c7b9aa57ddad86c (patch)
treee090466d797b2a75368bf1d5a332209cd0160d7d
parentb1a4a241b85c1f9c71ffacf213f1e1aa8669861b (diff)
downloadpyramid-4db295a08c931328fa6bc0d15c7b9aa57ddad86c.tar.gz
pyramid-4db295a08c931328fa6bc0d15c7b9aa57ddad86c.tar.bz2
pyramid-4db295a08c931328fa6bc0d15c7b9aa57ddad86c.zip
add changelog for #2681
-rw-r--r--CHANGES.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 1d69471f1..f2f412359 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -16,12 +16,16 @@ Backward Incompatibilities
See https://github.com/Pylons/pyramid/pull/2615
-- ``pcreate`` is now interactive by default. You will be prompted if it
+- ``pcreate`` is now interactive by default. You will be prompted if
a file already exists with different content. Previously if there were
similar files it would silently skip them unless you specified
``--interactive`` or ``--overwrite``.
See https://github.com/Pylons/pyramid/pull/2775
+- Removed undocumented argument ``cachebust_match`` from
+ ``pyramid.static.static_view``. This argument was shipped accidentally
+ in Pyramid 1.6. See https://github.com/Pylons/pyramid/pull/2681
+
Features
--------