Hi, Haml 3.2.0.rc.4 has been released. This will be the final release candidate unless another bug is found.
All code changes since 3.2.0.rc.3 can be seen here: https://github.com/haml/haml/compare/3.2.0.rc.3...3.2.0.rc.4 Changes include the following: * Fixed call to Symbol#downcase which doesn't exist in Ruby 1.8.7. * Some ActionView extensions were moved out of helpers/xss_mods.rb to make it possible to use ActiveSupport's XSS-safe buffer with Haml on Padrino. * Use Erubis and TinyRuby when evaluating Erb to improve Haml's load speed. The last two changes went in violation of my original statement that I would not include any unnecessary code changes in the release candidate, but provide so much benefit relative to so little risk that I wanted to get them out in the 3.2.0 release. Unless bugs are found, Haml 3.2.0 will be released on Tuesday, February 12 at around 13:00 UTC. Please remember that Haml 3.2 includes breaking changes, and that updating from 3.1.7 in some cases will require minor changes to your application. If you plan to upgrade, please try the 3.2.0 release candidate in your application as soon as possible. Regards, Norman -- You received this message because you are subscribed to the Google Groups "Haml" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/haml?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
