summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2020-06-04 00:15:15 -0500
committerGitHub <noreply@github.com>2020-06-04 00:15:15 -0500
commit48a04855ad4f1f1ae6af934090f35a4ad035ed67 (patch)
treea0225a8bb1d515266c669554bbdb12b1b211e474 /CHANGES.rst
parent0ea23784ba4c8af4ac0ae1a2d8a23b959e6acfa6 (diff)
parent8862edefa4b020a0d92db68210cedebe9b60835b (diff)
downloadpyramid-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.rst3
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