summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 988d2f433..d89e1b2cd 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,6 +1,15 @@
Next Release
============
+Features
+--------
+
+- The ``request_type`` argument of ZCML ``view`` declarations and
+ ``bfg_view`` decorators can now be one of the strings ``GET``,
+ ``POST``, ``PUT``, ``DELETE``, or ``HEAD`` instead of a reference to
+ the respective interface type imported from
+ ``repoze.bfg.interfaces``.
+
Removals
--------