Chameleon v3.7.0 Release Notes

Release Date: 2020-03-26 // about 4 years ago
    • ๐Ÿ›  Fixed garbage collection issue with variable scope objects (issue #301).

    • ๐Ÿ›  Fixed issue where setting a global variable would not be available locally.

    • A RepeatDict no longer inherits from dict since it does not actually provide that interface in a meaningful way.

    • Added feature gate enable_comment_interpolation which controls whether expression interpolation is enabled inside HTML comments (default is enabled).

    • โž• Added support for Python 3.6+ f-strings (issue #294).