Chameleon v2.4.4 Release Notes

Release Date: 2011-09-15 // over 12 years ago
  • 🛠 Bugfixes:

    • An encoding specified in the XML document preamble is now read and used to decode the template input to unicode. This fixes issue #55.

    • Encoded expression input on Python 3 is now correctly decoded. Previously, the string representation output would be included instead of an actually decoded string.

    • Expression result conversion steps are now correctly included in error handling such that the exception output points to the expression location.