summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-02-27 00:18:45 -0500
committerChris McDonough <chrism@plope.com>2012-02-27 00:18:45 -0500
commit5b1e2a42a8880575a48b1fe2868fb4bc5f987f4e (patch)
treea0f5f9bc4a1cd8f3c5ff2b2649e9d7294da1454b /CHANGES.txt
parent602453189d12fd31288d605d053a8e66841f2453 (diff)
downloadpyramid-5b1e2a42a8880575a48b1fe2868fb4bc5f987f4e.tar.gz
pyramid-5b1e2a42a8880575a48b1fe2868fb4bc5f987f4e.tar.bz2
pyramid-5b1e2a42a8880575a48b1fe2868fb4bc5f987f4e.zip
- 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.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt11
1 files changed, 11 insertions, 0 deletions
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)
==================