summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorMike Naberezny <mike@maintainable.com>2009-04-05 04:06:47 +0000
committerMike Naberezny <mike@maintainable.com>2009-04-05 04:06:47 +0000
commite693ce1cbc5777ab85d852122d5c28f63025ec5a (patch)
tree88a7cc24aa40535fd4970d6024adc4ac97a02830 /CHANGES.txt
parent2c100e84a36c8ac5fac0684b201ce2050ba1aab0 (diff)
downloadpyramid-e693ce1cbc5777ab85d852122d5c28f63025ec5a.tar.gz
pyramid-e693ce1cbc5777ab85d852122d5c28f63025ec5a.tar.bz2
pyramid-e693ce1cbc5777ab85d852122d5c28f63025ec5a.zip
Added a new anchor keyword argument to model_url().
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 5c556eaec..8763ce038 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -30,6 +30,14 @@ Features
- Make it possible to have ``testing.DummyTemplateRenderer`` return
some nondefault string representation.
+- Added a new ``anchor`` keyword argument to ``model_url``. If
+ ``anchor`` is present, its string representation will be used
+ as a named anchor in the generated URL (e.g. if ``anchor`` is
+ passed as ``foo`` and the model URL is
+ ``http://example.com/model/url``, the generated URL will be
+ ``http://example.com/model/url#foo``).
+
+
0.6.9 (2009-02-16)
==================