Changelog for
rubygem-haml-4.0.4-43.2.x86_64.rpm :
* Fri Nov 22 2013 cooloAATTsuse.com- updated to version 4.0.4
* Check for Rails::Railtie rather than Rails (thanks [Konstantin Shabanov](https://github.com/etehtsea)).
* Parser fix to allow literal \'#\' with suppress_eval (Matt Wildig).
* Helpers#escape_once works on frozen strings (as does ERB::Util.html_escape_once for which it acts as a replacement in Rails (thanks [Patrik Metzmacher](https://github.com/patrik)).
* Minor test fix (thanks [Mircea Moise](https://github.com/mmircea16)).
* Fri May 24 2013 cooloAATTsuse.com- updated to version 4.0.3
* Compatibility with newer versions of Rails\'s Erubis handler.
* Fix Erubis handler for compatibility with Tilt 1.4.x, too.
* Small performance optimization for html_escape. (thanks [Lachlan Sylvester](https://github.com/lsylvester))
* Documentation fixes.
* Documented some helper methods that were left out of the reference. (thanks [Shane Riley](https://github.com/shaneriley))
* Fri Apr 12 2013 cooloAATTsuse.com- updated to version 4.0.2
* Explicitly require Erubis to work around bug in older versions of Tilt.
* Fix :erb filter printing duplicate content in Rails views. (thanks [Jori Hardman](https://github.com/jorihardman))
* Replace range with slice to reduce objects created by `capture_haml`. (thanks [Tieg Zaharia](https://github.com/tiegz))
* Correct/improve some documentation.
* Sat Mar 23 2013 cooloAATTsuse.com- updated to version 4.0.1
* Remove Rails 3.2.3+ textarea hack in favor of a more general solution.
* Fix some performance regressions.
* Fix support for Rails 4 `text_area` helper method.
* Fix data attribute flattening with singleton objects. (thanks [Alisdair McDiarmid](https://github.com/alisdair))
* Fix support for sass-rails 4.0 beta. (thanks [Ryunosuke SATO](https://github.com/tricknotes))
* Load \"haml/template\" in Railtie in order to prevent user options set in a Rails initializer from being overwritten
* Don\'t depend on Rails in haml/template to allow using Haml with ActionView but without Rails itself. (thanks [Hunter Haydel](https://github.com/wedgex))
* Sun Mar 03 2013 cooloAATTsuse.com- updated to version 4.0.0 long list, see CHANGELOG.md
* Mon Aug 27 2012 cfarrellAATTsuse.com- license update: MIT and SUSE-WTFPL-2.0 and GPL-2.0 and Artistic-2.0 Package is MIT licensed (see MIT license and README.md). However, the sass component under vendors has a GPL license and some of the tests are WTFPL licensed
* Sun Aug 26 2012 cooloAATTsuse.com- updated to version 3.1.7
* relicensed to SUSE-WTFPL-2.0
* Tue Jun 26 2012 cooloAATTsuse.com- update to 3.1.6
* fix for the rails 3.2.3 fix to work with rails 3.1
* Tue May 08 2012 cooloAATTsuse.com- update to 3.1.5
* Respect Rails’ html_safe flag when escaping attribute values
* Fix for Rails 3.2.3 textarea helpers
* Mon Apr 09 2012 cooloAATTsuse.com- update to 3.1.4 Fix the use of FormBuilder#block with a label in Haml. Fix indentation after a self-closing tag with dynamic attributes.
* Mon Feb 13 2012 cooloAATTsuse.com- patch license to follow spdx.org standard
* Sun Sep 18 2011 mrueckertAATTsuse.de- update to haml 3.1.3 - Fix partial layouts
* Thu Jun 09 2011 aduffeckAATTnovell.com- update to haml 3.1.2 - many bugfixes - fix incompatibility with the rails_xss security fix (http://weblog.rubyonrails.org/2011/6/8/potential-xss-vulnerability-in-ruby-on-rails-applications) - Rails 3 support - does not bundle sass anymore, which is now in rubygem-sass
* Fri Jun 18 2010 mrueckertAATTsuse.de- use rubygems_requires
* Tue May 25 2010 fcastelliAATTnovell.com- do not require explicitly rubygems version, calculate it at build time
* Thu May 20 2010 aduffeckAATTnovell.com- upgrade to haml 3.0.4 ( new features: Rails3 support, more useful multiline, color mixing, AATTextend...)- incompatibilities: - haml: The puts helper has been removed. Use Haml::Helpers#haml_concat instead. - sass: new syntax SCSS. SASS2-files can be converted with: sass-convert --from sass2 style.sass style.scss
* Thu Feb 18 2010 aduffeckAATTnovell.com- upgrade to haml 2.2.20
* Thu Dec 17 2009 prusnakAATTsuse.cz- created package