summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorMatthew Wilkes <git@matthewwilkes.name>2016-12-08 15:00:29 +0100
committerMatthew Wilkes <git@matthewwilkes.name>2016-12-11 20:19:32 +0100
commitbff312df8c36ac3ef5389a89c7459b282f944f77 (patch)
treee88b5e63788ee61447b4d70ad08a1e201b77366a /CHANGES.txt
parent8bc0f9a68c4f19533ccdf4486656f2a106a81827 (diff)
downloadpyramid-bff312df8c36ac3ef5389a89c7459b282f944f77.tar.gz
pyramid-bff312df8c36ac3ef5389a89c7459b282f944f77.tar.bz2
pyramid-bff312df8c36ac3ef5389a89c7459b282f944f77.zip
Fix bug where plural rules would not be loaded for the default 'messages' domain.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 65a1f15cd..2dc80c005 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -149,6 +149,11 @@ Bug Fixes
from previous orders have executed.
See https://github.com/Pylons/pyramid/pull/2757
+- Fix bug in i18n where the default domain would always use the Germanic plural
+ style, even if a different plural function is defined in the relevant messages
+ file.
+ See https://github.com/Pylons/pyramid/pull/2102
+
Deprecations
------------