releasing gem v1.0.0 (backwards incompatible, see changelog)

This commit is contained in:
Ryan Bates
2009-12-13 13:47:49 -08:00
parent ffa677b2b0
commit f7480d1f5a
3 changed files with 34 additions and 6 deletions
+4
View File
@@ -1,3 +1,5 @@
1.0.0 (Dec 13, 2009)
* Don't set resource instance variable if it has been set already - see issue #13
* Allowing :nested option to accept an array for deep nesting
@@ -10,6 +12,7 @@
* BACKWARDS INCOMPATIBLE: turning load and authorize resource methods into class methods which set up the before filter so they can accept additional arguments.
0.2.1 (Nov 26, 2009)
* many internal refactorings - see issues #11 and #12
@@ -18,6 +21,7 @@
* support custom objects (usually symbols) in can definition - see issue #8
0.2.0 (Nov 17, 2009)
* fix behavior of load_and_authorize_resource for namespaced controllers - see issue #3