summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 9dd1af2c5..0254ac2b0 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -42,6 +42,12 @@ Documentation
Features
--------
+- Add support for language fallbacks: when trying to translate for a
+ specific territory (such as ``en_GB``) fall back to translations
+ for the language (ie ``en``). This brings the translation behaviour in line
+ with GNU gettext and fixes partially translated texts when using C
+ extensions.
+
- New authentication policy:
``pyramid.authentication.SessionAuthenticationPolicy``, which uses a session
to store credentials.