Add changelog entries for Haml::Util.rails_env.

This commit is contained in:
Nathan Weizenbaum 2010-01-21 20:08:46 -08:00
parent 32f7eba94d
commit 9984c35c29
2 changed files with 10 additions and 0 deletions

View File

@ -3,6 +3,11 @@
* Table of contents
{:toc}
## 2.2.18 (Unreleased)
* Use `Rails.env` rather than `RAILS_ENV` when running under Rails 3.0.
Thanks to [Duncan Grazier](http://duncangrazier.com/).
## [2.2.17](http://github.com/nex3/haml/commit/2.2.16)
* Fix compilation of HTML5 doctypes when using `html2haml`.

View File

@ -3,6 +3,11 @@
* Table of contents
{:toc}
## 2.2.18 (Unreleased)
* Use `Rails.env` rather than `RAILS_ENV` when running under Rails 3.0.
Thanks to [Duncan Grazier](http://duncangrazier.com/).
## [2.2.17](http://github.com/nex3/haml/commit/2.2.16)
* When the {file:SASS_REFERENCE.md#full_exception-option `:full_exception` option}