CHANGELOG in acts_as_markup-1.3.0 vs CHANGELOG in acts_as_markup-1.3.1
- old
+ new
@@ -1,4 +1,8 @@
+== 1.3.1 / 2008-04-27
+* Update rake tasks and way RDoc is generated
+* Ensure works with Rails 2.3.2 and latest version of related markup gems.
+
== 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/])