diff options
| author | Ravera Thibault <ravera.thibault+github@gmail.com> | 2020-06-03 16:47:10 -0700 |
|---|---|---|
| committer | Thibault Ravera <ravera.thibault+github@gmail.com> | 2020-06-03 18:02:12 -0700 |
| commit | 8862edefa4b020a0d92db68210cedebe9b60835b (patch) | |
| tree | 1eb33763049e52fe18cb04fa0d0762badfebc6fd /CHANGES.rst | |
| parent | 13b3034d5f180fb34706871ec74ddf841c34992d (diff) | |
| download | pyramid-8862edefa4b020a0d92db68210cedebe9b60835b.tar.gz pyramid-8862edefa4b020a0d92db68210cedebe9b60835b.tar.bz2 pyramid-8862edefa4b020a0d92db68210cedebe9b60835b.zip | |
Update src/pyramid/settings.py
Co-authored-by: Steve Piercy <web@stevepiercy.com>
Diffstat (limited to 'CHANGES.rst')
| -rw-r--r-- | CHANGES.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 3bd14705d..d7473cec5 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,6 +4,9 @@ unreleased Features -------- +- The ``aslist`` method now handles non-string object when flattening. + See https://github.com/Pylons/pyramid/pull/3594 + - It is now possible to pass multiple values to the ``header`` predicate for route and view configuration. See https://github.com/Pylons/pyramid/pull/3576 |
