README.md in restful_resource-0.0.11 vs README.md in restful_resource-0.8.0
- old
+ new
@@ -25,5 +25,16 @@
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request
+
+## Planned Features
+
+### Core
+ - Test that has_many and has_one pick correct class for children (if defined)
+ - Make base_url resilient when missing trailing slash
+ - Implement http authentication
+
+### Active record style validation
+
+### Constraints(mandatory fields)