diff options
| author | Michael Merickel <michael@merickel.org> | 2018-10-25 19:59:33 -0500 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2018-10-25 19:59:33 -0500 |
| commit | 572e03c1e47385f093ffb701e21c226f99247837 (patch) | |
| tree | 09ba5ab988c0a6c8752e9e91610c47e9ae83aad8 | |
| parent | 035f6cf8238211d097c991677fde6b5bc046a57b (diff) | |
| download | pyramid-572e03c1e47385f093ffb701e21c226f99247837.tar.gz pyramid-572e03c1e47385f093ffb701e21c226f99247837.tar.bz2 pyramid-572e03c1e47385f093ffb701e21c226f99247837.zip | |
add changelog for #3400
| -rw-r--r-- | CHANGES.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index d04e84174..4eab7a0bb 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -9,6 +9,9 @@ Bug Fixes when code sets the value to a string. See https://github.com/Pylons/pyramid/pull/3396 +- Fix deprecated escape sequences in preparation for Python 3.8. + See https://github.com/Pylons/pyramid/pull/3400 + 1.10a1 (2018-10-15) =================== |
