summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2017-01-17 02:10:25 -0600
committerMichael Merickel <michael@merickel.org>2017-01-17 02:10:25 -0600
commit814cb527b6584856f0f3e1b5389914b77a990cba (patch)
tree34ca1a58d5a04c228bbb3dd523e580877f6eaa73
parenta6f903bd40215ac8f1a364aa51a54af4f6a879f1 (diff)
downloadpyramid-814cb527b6584856f0f3e1b5389914b77a990cba.tar.gz
pyramid-814cb527b6584856f0f3e1b5389914b77a990cba.tar.bz2
pyramid-814cb527b6584856f0f3e1b5389914b77a990cba.zip
changelog for #2902
-rw-r--r--CHANGES.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 2ca81db40..431a159f8 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,6 +1,13 @@
unreleased
==========
+Features
+--------
+
+- Added an ``override`` option to ``config.add_translation_dirs`` to allow
+ later calls to place translation directories at a higher priority then
+ earlier calls. See https://github.com/Pylons/pyramid/pull/2902
+
Documentation Changes
---------------------