CHANGELOG in josevalim-inherited_resources-0.3 vs CHANGELOG in josevalim-inherited_resources-0.4

- old
+ new

@@ -1,4 +1,11 @@ +# Version 0.4 + +* Added :optional to belongs_to associations. It allows you to deal with + categories/1/products/2 and /products/2 with just one controller. + +* Cleaned up tests. + # Version 0.3 * Minor bump after three bug fixes. * Bug fix when showing warning of constant redefinition. * Bug fix with ApplicationController not being unloaded properly on development.