We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0048bc commit 7966244Copy full SHA for 7966244
README.md
@@ -74,6 +74,8 @@ We no longer support Ruby 1.8 or versions of Rails/ActiveRecord older than 3.0.
74
Moving forward we will do our best to support the latest versions of ActiveRecord and Ruby.
75
76
## Change Log
77
+* 2.6.0 - October 9, 2016
78
+ * Add generations methods, see #56 -- markhgbrewster
79
* 2.5.1 - September 8, 2016
80
* Fix early database connection in acts\_as\_tree, see #55 -- felixbuenemann
81
* 2.5.0 - August 14, 2016
lib/acts_as_tree/version.rb
@@ -1,3 +1,3 @@
1
module ActsAsTree
2
- VERSION = "2.5.1"
+ VERSION = "2.6.0"
3
end
0 commit comments