Update the versions in the changelogs as well. D'oh.

This commit is contained in:
Nathan Weizenbaum 2010-02-04 21:44:17 -08:00
parent 1aff384687
commit 337d470cad
2 changed files with 6 additions and 2 deletions

View File

@ -3,7 +3,9 @@
* Table of contents
{:toc}
## 2.2.18 (Unreleased)
## 2.2.18
[Tagged on GitHub](http://github.com/nex3/haml/commit/2.2.18).
* Support [the new XSS-protection API](http://yehudakatz.com/2010/02/01/safebuffers-and-rails-3-0/)
used in Rails 3.

View File

@ -3,7 +3,9 @@
* Table of contents
{:toc}
## 2.2.18 (Unreleased)
## 2.2.18
[Tagged on GitHub](http://github.com/nex3/haml/commit/2.2.18).
* Use `Rails.env` rather than `RAILS_ENV` when running under Rails 3.0.
Thanks to [Duncan Grazier](http://duncangrazier.com/).