We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 283cbb3 commit bed63b1Copy full SHA for bed63b1
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.4.0 - January 12, 2016
78
+ * Added support for rails 5.0, see #46 -- klacointe
79
* 2.3.0 - November 6, 2015
80
* Added touch option to acts\_as\_tree relation. See #40 -- mbenitezm
81
* Fix tests on rails 3.x with ruby 1.9.2. See #41 -- felixbuenemann
lib/acts_as_tree/version.rb
@@ -1,3 +1,3 @@
1
module ActsAsTree
2
- VERSION = "2.3.0"
+ VERSION = "2.4.0"
3
end
0 commit comments