[Haml] Add a changelog entry for the XSS stuff.

This commit is contained in:
Nathan Weizenbaum 2010-02-04 21:06:35 -08:00
parent 73395a5026
commit bcb0377fdb
1 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,9 @@
## 2.2.18 (Unreleased)
* Support [the new XSS-protection API](http://yehudakatz.com/2010/02/01/safebuffers-and-rails-3-0/)
used in Rails 3.
* Use `Rails.env` rather than `RAILS_ENV` when running under Rails 3.0.
Thanks to [Duncan Grazier](http://duncangrazier.com/).