From 5b1e2a42a8880575a48b1fe2868fb4bc5f987f4e Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 27 Feb 2012 00:18:45 -0500 Subject: - The method ``pyramid.request.Request.partial_application_url`` is no longer in the API docs. It was meant to be a private method; its publication in the documentation as an API method was a mistake, and it has been renamed to something private. --- CHANGES.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index 207dbad05..2c3d2c3a8 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,14 @@ +Next release +============ + +Bug Fixes +--------- + +- The method ``pyramid.request.Request.partial_application_url`` is no longer + in the API docs. It was meant to be a private method; its publication in + the documentation as an API method was a mistake, and it has been renamed + to something private. + 1.3b1 (2012-02-26) ================== -- cgit v1.2.3