Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 645 Bytes

CHANGES.rst

File metadata and controls

42 lines (25 loc) · 645 Bytes

0.2.2

  • Python3 : ugettext become gettext

0.2.1

  • Support include template by Pyramid asset path

0.2.0

  • Support Pyramid 1.5
  • Stop supporting Pyramid before 1.3
  • Stop supporting text rendering for now, may be added back later

0.1.3

  • Fix issue caused by Pyramid 1.4 macro argument to the template renderer

0.1.2

  • Add genshi.auto_reload setting option, and make the default value as True

0.1.1

  • Add genshi.default_encoding setting option
  • Add genshi.default_doctype setting option
  • Add genshi.default_format setting option (same as genshi.method in 0.1.0)

0.1.0

  • Initial version