README.md in yard-rails-0.1.0 vs README.md in yard-rails-0.2.0
- old
+ new
@@ -17,10 +17,12 @@
## Features
Parses the following statements:
+ attr_accessible :attr
+
cattr_reader :attr
cattr_writer :attr
cattr_accessor :attr
@@ -28,9 +30,12 @@
mattr_reader :attr
mattr_writer :attr
mattr_accessor :attr
+
+If you know of more Rails-specific DSL that should be included in this plugin,
+feel free to create an issue here on GitHub, and I'll be happy to include it.
## Requirements
* [yard](http://yardoc.org) >= 0.4.0