summaryrefslogtreecommitdiff
path: root/HISTORY.txt
AgeCommit message (Collapse)Author
2015-01-07Fix "pyramid" spellingPavlo Kapyshin
2013-08-30move 1.4 stuff to HISTORY.txtChris McDonough
2013-08-09"wilcard" to "wildcard"tisdall
2013-03-05update some links and fix othersTshepang Lekhonkhobe
2012-03-29move changes to history on master (master is now 1.4dev)Chris McDonough
2011-12-01https://docs.pylonsproject.org to http://docs.pylonsproject.org as ↵Chris Davies
readthedocs.org doesn't support https
2011-09-25fix merge conflictsChris McDonough
2011-08-22move 1.1 stuff to HISTORYChris McDonough
2011-07-01move 1.0 stuff to HISTORY.txtChris McDonough
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