summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorWichert Akkerman <wichert@wiggy.net>2011-06-06 17:52:51 +0200
committerWichert Akkerman <wichert@wiggy.net>2011-06-06 17:52:51 +0200
commitf3e62c3b3c25995b97a4d6aba5efaecedff8554c (patch)
tree5b1da90fc85b43372aacabe5361d2e965a2b8ce7 /CHANGES.txt
parent703e3677dc42518cb80626650aaf62e7db17812a (diff)
downloadpyramid-f3e62c3b3c25995b97a4d6aba5efaecedff8554c.tar.gz
pyramid-f3e62c3b3c25995b97a4d6aba5efaecedff8554c.tar.bz2
pyramid-f3e62c3b3c25995b97a4d6aba5efaecedff8554c.zip
Add support for language fallback.
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.