summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-05-13 02:28:05 -0400
committerChris McDonough <chrism@plope.com>2011-05-13 02:28:05 -0400
commit2a1c3f740dfe3bb5f899cc4ccb2cf15461c5f950 (patch)
treedd0a520524e76c2bad68c0a5ebf05f23fa004cd4 /CHANGES.txt
parente85fd765056772974be9cbf8ee421da159fa0f6b (diff)
downloadpyramid-2a1c3f740dfe3bb5f899cc4ccb2cf15461c5f950.tar.gz
pyramid-2a1c3f740dfe3bb5f899cc4ccb2cf15461c5f950.tar.bz2
pyramid-2a1c3f740dfe3bb5f899cc4ccb2cf15461c5f950.zip
- Added documentation for a "multidict" (e.g. the API of ``request.POST``) as
interface API documentation.
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 7c3b20c33..0182bdce0 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -29,6 +29,9 @@ Documentation
chapter in the narrative documentation section entitled "Adding a Custom
Setting".
+- Added documentation for a "multidict" (e.g. the API of ``request.POST``) as
+ interface API documentation.
+
Features
--------