From f06ce6f0dad47bd9b804b17b04035252fdd7868e Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sat, 16 Jul 2011 20:05:35 -0400 Subject: add note about removing make_request --- CHANGES.txt | 7 +++++++ 1 file changed, 7 insertions(+) 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 --------- -- cgit v1.2.3