summaryrefslogtreecommitdiff
path: root/docs/whatsnew-1.3.rst
AgeCommit message (Collapse)Author
2010-04-25Add to what's new.Chris McDonough
2010-04-25Typo.Chris McDonough
2010-04-25- It is now possible to turn on Chameleon template "debugging mode"Chris McDonough
for all Chameleon BFG templates by setting a BFG-related Paster ``.ini`` file setting named ``debug_templates``. The exceptions raised by Chameleon templates when a rendering fails are sometimes less than helpful. ``debug_templates`` allows you to configure your application development environment so that exceptions generated by Chameleon during template compilation and execution will contain more helpful debugging information. This mode is on by default in all new projects.
2010-04-25Add a "what's new in 1.3" document.Chris McDonough