summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2017-10-22 13:51:20 -0500
committerMichael Merickel <michael@merickel.org>2017-10-22 13:51:20 -0500
commitd5a66295d8044cd7d60c684a5c1732771822d149 (patch)
tree4bdbb70a0dbaf436cad10547dc896280c3e438e2 /CHANGES.txt
parente80491c54de5c54fe666526cd01217375d128efd (diff)
downloadpyramid-d5a66295d8044cd7d60c684a5c1732771822d149.tar.gz
pyramid-d5a66295d8044cd7d60c684a5c1732771822d149.tar.bz2
pyramid-d5a66295d8044cd7d60c684a5c1732771822d149.zip
changelog for #3140
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 01e4b2f1c..482610319 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -30,6 +30,11 @@ Deprecations
Backward Incompatibilities
--------------------------
+- On Python 3.4+ the ``repoze.lru`` dependency is dropped. If you were using
+ this package directly in your apps you should make sure that you are
+ depending on it directly within your project.
+ See https://github.com/Pylons/pyramid/pull/3140
+
Documentation Changes
---------------------