Chameleon v2.7.1 Release Notes

Release Date: 2011-12-29 // over 12 years ago
  • ๐Ÿ”‹ Features:

    • Enable expression interpolation in CDATA.

    • The page template class now implements dictionary access to macros::

      template[name]

    This is a short-hand for::

     template.macros[name]
    

    ๐Ÿ›  Bugfixes:

    • An invalid define clause would be silently ignored; we now raise a language error exception. This fixes issue #79.

    • ๐Ÿ›  Fixed regression where ${...} interpolation expressions could not span multiple lines. This fixes issue #77.