From 8129f9ea73ac1c1fcacc3e9ccdd42a12994e7255 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Tue, 2 Nov 2010 02:59:58 -0400 Subject: - 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. --- CHANGES.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'CHANGES.txt') 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. + -- cgit v1.2.3