diff options
| author | Michael Merickel <michael@merickel.org> | 2020-06-04 00:15:15 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-04 00:15:15 -0500 |
| commit | 48a04855ad4f1f1ae6af934090f35a4ad035ed67 (patch) | |
| tree | a0225a8bb1d515266c669554bbdb12b1b211e474 /CHANGES.rst | |
| parent | 0ea23784ba4c8af4ac0ae1a2d8a23b959e6acfa6 (diff) | |
| parent | 8862edefa4b020a0d92db68210cedebe9b60835b (diff) | |
| download | pyramid-48a04855ad4f1f1ae6af934090f35a4ad035ed67.tar.gz pyramid-48a04855ad4f1f1ae6af934090f35a4ad035ed67.tar.bz2 pyramid-48a04855ad4f1f1ae6af934090f35a4ad035ed67.zip | |
Merge pull request #3594 from raverat/fix/handle_non_string_object_aslist_method
Handle non string object passed to aslist method
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 15d08f295..6b6e1ebbb 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 |
