adds and entry for assert_blank and assert_present to CHANGELOG

This commit is contained in:
Xavier Noria
2010-03-30 15:54:20 -07:00
parent 589deb39c7
commit 1412ad437e

View File

@@ -1,5 +1,7 @@
*Rails 3.0 (pending)*
* New assertions assert_blank and assert_present. #4299 [Juanjo Bazan]
* Use Object#singleton_class instead of #metaclass. Prefer Ruby's choice. [Jeremy Kemper]
* JSON backend for YAJL. Preferred if available. #2666 [Brian Lopez]