summaryrefslogtreecommitdiff
path: root/HISTORY.txt
AgeCommit message (Collapse)Author
2010-11-05move bfg history to a separate fileChris McDonough
2010-10-25convert remainder of docs to use pyramid instead of repoze.bfgChris McDonough
2010-04-14Add "exception views" work contributed primarily by Andrey Popp by merging ↵Chris McDonough
the "phash" branch.
2009-11-29- Trying to use an HTTP method name string such as ``GET`` as aChris McDonough
``request_type`` predicate caused a startup time failure when it was encountered in imperative configuration or in a decorator (symptom: ``Type Error: Required specification must be a specification``). This now works again, although ``request_method`` is a more modern predicate.
2009-11-12- Move 1.0.1 and previous changelog to HISTORY.txt.Chris McDonough