diff options
| author | Matthew Wilkes <git@matthewwilkes.name> | 2017-04-26 15:41:47 +0100 |
|---|---|---|
| committer | Matthew Wilkes <git@matthewwilkes.name> | 2017-04-26 15:41:47 +0100 |
| commit | 2ded2fc216b4caaf0d97813413943e0838b6eaaa (patch) | |
| tree | 8415cff663233b8b886e13865947c2b8b4263a58 /CHANGES.txt | |
| parent | 7c0f098641fda4207ea6fa50c58b289926038697 (diff) | |
| download | pyramid-2ded2fc216b4caaf0d97813413943e0838b6eaaa.tar.gz pyramid-2ded2fc216b4caaf0d97813413943e0838b6eaaa.tar.bz2 pyramid-2ded2fc216b4caaf0d97813413943e0838b6eaaa.zip | |
Apply drafting changes to documentation.
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 9d6264688..762550053 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -25,7 +25,7 @@ Features appropriately. See https://github.com/Pylons/pyramid/pull/2989 - A new CSRF implementation, :class:`pyramid.csrf.SessionCSRF` has been added, - which deleagates all CSRF generation to the current session, following the + which delegates all CSRF generation to the current session, following the old API for this. A ``get_csrf_token()`` method is now available in template global scope, to make it easy for template developers to get the current CSRF token without adding it to Python code. |
