Fix typo in 4.0 changelog

This commit is contained in:
Nikolay Shebanov 2013-02-13 17:46:04 +04:00 committed by Norman Clarke
parent 91c3c86e2a
commit a7e2e202fb
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
* HTML5 is now the default output format rather than XHTML. This was already
the default on Rails 3+, so many users will notice no difference.
* The :sass filter now wraps its output in a script tag, as do the new :less and
* The :sass filter now wraps its output in a style tag, as do the new :less and
:scss filters. The :coffee filter wraps its output in a script tag.
* Haml now supports only Rails 3 and above, and Ruby 1.8.7 and above. If you