summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2015-02-06 10:04:24 -0600
committerMichael Merickel <michael@merickel.org>2015-02-06 10:04:24 -0600
commit30608bcffa50bee9a37c825c6bd5899a0be3905a (patch)
tree07b8c7bcdc101d5ff7fd7e4faed9a7fe12365c1e /CHANGES.txt
parent803ea0bf2d2c2d0354cc5d89fe627bc87c326081 (diff)
parentb5c0ea42424abf400683baf5dbfc2c41cf049ad1 (diff)
downloadpyramid-30608bcffa50bee9a37c825c6bd5899a0be3905a.tar.gz
pyramid-30608bcffa50bee9a37c825c6bd5899a0be3905a.tar.bz2
pyramid-30608bcffa50bee9a37c825c6bd5899a0be3905a.zip
Merge pull request #1541 from dairiki/bug.load-arg-deprecated
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
------------