Get rid of the 'Edge Rails Compatibility' changelog sections, since there's only one such change now.

This commit is contained in:
Nathan Weizenbaum 2009-11-05 20:14:28 -08:00
parent 24cbbfd5d8
commit 2924984f04
2 changed files with 2 additions and 4 deletions

View File

@ -23,11 +23,10 @@
* Don't crash if the plugin skeleton is installed and `rake gems:install` is run.
### Edge Rails Compatibility
* Don't use `RAILS_ROOT` directly.
This no longer exists in Rails 3.0.
Instead abstract this out as `Haml::Util.rails_root`.
This changes makes Haml fully compatible with edge Rails as of this writing.
## [2.2.10](http://github.com/nex3/haml/commit/2.2.10)

View File

@ -16,11 +16,10 @@
* Don't crash if the Haml plugin skeleton is installed and `rake gems:install` is run.
### Edge Rails Compatibility
* Don't use `RAILS_ROOT` directly.
This no longer exists in Rails 3.0.
Instead abstract this out as `Haml::Util.rails_root`.
This changes makes Haml fully compatible with edge Rails as of this writing.
## [2.2.10](http://github.com/nex3/haml/commit/2.2.10)