diff --git a/CHANGES.md b/CHANGES.md index b08f29c..3b2ee8a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,11 @@ Pyramid REST Changelog ====================== +## 3.0.7 + +* bugfix the problem that bad requests weren't catched and iteration +over dict was not correctly implemented + ## 3.0.6 * bugfix to make the http methods for stand alone api configurable too