diff options
| author | Michael Merickel <michael@merickel.org> | 2017-01-17 02:10:25 -0600 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2017-01-17 02:10:25 -0600 |
| commit | 814cb527b6584856f0f3e1b5389914b77a990cba (patch) | |
| tree | 34ca1a58d5a04c228bbb3dd523e580877f6eaa73 /CHANGES.txt | |
| parent | a6f903bd40215ac8f1a364aa51a54af4f6a879f1 (diff) | |
| download | pyramid-814cb527b6584856f0f3e1b5389914b77a990cba.tar.gz pyramid-814cb527b6584856f0f3e1b5389914b77a990cba.tar.bz2 pyramid-814cb527b6584856f0f3e1b5389914b77a990cba.zip | |
changelog for #2902
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 7 |
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 --------------------- |
