Chameleon v2.13 Release Notes

Release Date: 2013-10-21 // over 10 years ago
  • ๐Ÿ›  Bugfixes:

    • ๐Ÿ”ง The template cache mechanism now includes additional configuration settings as part of the cache key such as strict and trim_attribute_space. [ossmkitty]

    • ๐Ÿ›  Fix cache issue where sometimes cached templates would not load correctly. [ossmkitty]

    • ๐Ÿšš In debug-mode, correctly remove temporary files when the module loader is garbage-collected (on __del__). [graffic]

    • ๐Ÿ›  Fix error message when duplicate i18n:name directives are used in a translation.

    • Using the three-argument form of getattr on a chameleon.tal.RepeatDict no longer raises KeyError, letting the default provided to getattr be used. This fixes attempting to adapt a RepeatDict to a Zope interface under PyPy.