CHANGELOG in acts_as_markup-1.2.1 vs CHANGELOG in acts_as_markup-1.3.0
- old
+ new
@@ -1,4 +1,7 @@
+== 1.3.0 / 2008-11-19
+* Add ability to accept options that will be passed to supported markup parsers. (chewi[http://github.com/chewi/])
+
== 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