diff options
| author | Chris McDonough <chrism@plope.com> | 2010-11-02 02:59:58 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2010-11-02 02:59:58 -0400 |
| commit | 8129f9ea73ac1c1fcacc3e9ccdd42a12994e7255 (patch) | |
| tree | db091d1a30e43899bc87093e73bb9def6e880471 /CHANGES.txt | |
| parent | 2876a84bef0b9b26a97d657d22de86d2b6b8a657 (diff) | |
| download | pyramid-8129f9ea73ac1c1fcacc3e9ccdd42a12994e7255.tar.gz pyramid-8129f9ea73ac1c1fcacc3e9ccdd42a12994e7255.tar.bz2 pyramid-8129f9ea73ac1c1fcacc3e9ccdd42a12994e7255.zip | |
- The values ``bfg_localizer`` and ``bfg_locale_name`` kept on the request
during internationalization were never APIs. These however have changed to
``localizer`` and ``locale_name``, respectively.
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 478b9c08b..9e52aaab5 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -138,3 +138,8 @@ Backwards Incompatibilities (with BFG 1.3.X) an exception occurs is now deprecated. Instead, code which relies on this environ value should use the ``exception`` attribute of the request (e.g. ``request.exception[0]``) to retrieve the message. + +- The values ``bfg_localizer`` and ``bfg_locale_name`` kept on the request + during internationalization for caching purposes were never APIs. These + however have changed to ``localizer`` and ``locale_name``, respectively. + |
