summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorJeff Dairiki <dairiki@dairiki.org>2015-01-22 11:01:32 -0800
committerJeff Dairiki <dairiki@dairiki.org>2015-02-06 07:40:47 -0800
commite30c3b9138605a16386a3e67d233b72cbbcfc5e8 (patch)
treeca578b149839e6b111438b21549d69cb55ceab5c /CHANGES.txt
parent803ea0bf2d2c2d0354cc5d89fe627bc87c326081 (diff)
downloadpyramid-e30c3b9138605a16386a3e67d233b72cbbcfc5e8.tar.gz
pyramid-e30c3b9138605a16386a3e67d233b72cbbcfc5e8.tar.bz2
pyramid-e30c3b9138605a16386a3e67d233b72cbbcfc5e8.zip
Prevent DeprecationWarning from setuptools>=11.3
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index b334f5258..a7138db1a 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -125,6 +125,9 @@ Bug Fixes
callback and thus behave just like the ``pyramid.renderers.JSON` renderer.
See https://github.com/Pylons/pyramid/pull/1561
+- Prevent "parameters to load are deprecated" ``DeprecationWarning``
+ from setuptools>=11.3.
+
Deprecations
------------