summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorJoachim Krebs <joachim@jkrebs.com>2010-12-29 20:57:00 +0000
committerJoachim Krebs <joachim@jkrebs.com>2010-12-29 20:57:00 +0000
commitac718c77c3d2b90c87f4f0b369eedff5884a2326 (patch)
treea1245118cd429a87b0e20a6eb2296744f828834c /CHANGES.txt
parent581a401c26047a6cddb6521393de4030ce0a962a (diff)
downloadpyramid-ac718c77c3d2b90c87f4f0b369eedff5884a2326.tar.gz
pyramid-ac718c77c3d2b90c87f4f0b369eedff5884a2326.tar.bz2
pyramid-ac718c77c3d2b90c87f4f0b369eedff5884a2326.zip
Removed self arguments from new ISession method signatures.
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 e7ecad31a..71c55fd1f 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -9,6 +9,9 @@ Bug Fixes
Instead of trying to resolve the view, if it cannot, it will now just print
``<unknown>``.
+- The `self` argument was included in new methods of the ISession interface
+ signature.
+
Documentation
-------------