Haml v2.2.20 Release Notes

  • Tagged on GitHub.

    • ๐Ÿš… The form_tag Rails helper is now properly marked as HTML-safe when using Rails' XSS protection with Rails 2.3.5.

    • ๐Ÿš… Calls to defined? shouldn't interfere with Rails' autoloading in very old versions (1.2.x).

    • ๐Ÿ›  Fix a bug where calls to ActionView's render method with blocks and layouts wouldn't work under the Rails 3.0 beta.

    • ๐Ÿ›  Fix a bug where the closing tags of nested calls to {Haml::Helpers#haml_concat} were improperly escaped under the Rails 3.0 beta.