- Apply patches at import time instead of product initialisation. [wichert]
1.3.2
~~~~~~~~~~~~~~~~~~
- Add a same_type method to the default namespace. [wichert]
1.3.1
~~~~~~~~~~~~~~~~~~
- Added support for eager loading (environment variable ``CHAMELEON_EAGER``). This flag should be passed only in development mode and will reveal any templates which do not parse. [malthe]
1.3
~~~~~~~~~~~~~~~~
- Added support for ``PageTemplate`` and ``ZopePageTemplate``. [malthe]
1.2
~~~~~~~~~~~~~~~~
- Fixed acquisition-wrapping issue: we need to wrap with the parent to avoid a pair of template objects (original and patched).
1.1
~~~~~~~~~~~~~~~~~
- Add DateTime to the base context. Fixes problems with certain ZMI pages. [wichert]