diff options
| author | Andreas Zeidler <az@zitc.de> | 2013-08-17 11:48:58 +0200 |
|---|---|---|
| committer | Andreas Zeidler <az@zitc.de> | 2013-08-17 12:26:11 +0200 |
| commit | c614ffc153135eb14d77472a46c20af7c6f6ed91 (patch) | |
| tree | c47f723e5a665ad2f35ee8072fb52e5dcc40a965 /CHANGES.txt | |
| parent | 4448c35f820a0cd66720ab15c2384536f1173a46 (diff) | |
| download | pyramid-c614ffc153135eb14d77472a46c20af7c6f6ed91.tar.gz pyramid-c614ffc153135eb14d77472a46c20af7c6f6ed91.tar.bz2 pyramid-c614ffc153135eb14d77472a46c20af7c6f6ed91.zip | |
add ``localizer`` property to the request (refs #508)
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 48efad6d4..b805a12a0 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -4,6 +4,9 @@ Next Release Features -------- +- Add ``localizer`` property (reified) to the request. + See https://github.com/Pylons/pyramid/issues/508. + - Add ``pdistreport`` script, which prints the Python version in use, the Pyramid version in use, and the version number and location of all Python distributions currently installed. |
