CHANGELOG in acts_as_markup-1.1.2 vs CHANGELOG in acts_as_markup-1.2.0

- old
+ new

@@ -1,4 +1,9 @@ +== 1.2.0 / 2008-09-10 +* Allow all objects to have a to_html method that defaults as to_s instead just doing this for strings. (idea from crnixon[http://github.com/crnixon/]) +* Add string methods to all markup objects via the StringLike mixin. (crnixon[http://github.com/crnixon/]) +* Other Minor bug fixes + == 1.1.2 / 2008-08-22 * Make sure all markup objects properly respond to the .blank? method call. == 1.1.0 / 2008-08-12