summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-07-16 20:05:35 -0400
committerChris McDonough <chrism@plope.com>2011-07-16 20:05:35 -0400
commitf06ce6f0dad47bd9b804b17b04035252fdd7868e (patch)
tree16b2cc5641128ff963dd08971961889e90c5ec3c
parentc3ceaf474c68a0b12f126b4cb57448b26792b697 (diff)
downloadpyramid-f06ce6f0dad47bd9b804b17b04035252fdd7868e.tar.gz
pyramid-f06ce6f0dad47bd9b804b17b04035252fdd7868e.tar.bz2
pyramid-f06ce6f0dad47bd9b804b17b04035252fdd7868e.zip
add note about removing make_request
-rw-r--r--CHANGES.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index e8fce9c8d..fd10a7219 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -7,6 +7,13 @@ Documentation
- Added a section entitled "Writing a Script" to the "Command-Line Pyramid"
chapter.
+Backwards Incompatibilities
+---------------------------
+
+- We added the ``pyramid.scripting.make_request`` API too hastily in 1.1b3.
+ It has been removed. Sorry for any inconvenience. Use the
+ ``pyramid.request.Request.blank`` API instead.
+
Bug Fixes
---------