mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
Get rid of the 'Edge Rails Compatibility' changelog sections, since there's only one such change now.
This commit is contained in:
parent
24cbbfd5d8
commit
2924984f04
2 changed files with 2 additions and 4 deletions
|
@ -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)
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue