We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f20854 commit 53b513bCopy full SHA for 53b513b
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.8.0 - August 27, 2018
78
+ * Added support for rails 5.2, see #76, #77 -- felixbuenemann
79
* 2.7.1 - January 30, 2018
80
* Fix column quoting if the `:order` option is a symbol, see #73, #74 -- felixbuenemann
81
* 2.7.0 - September 15, 2017
lib/acts_as_tree/version.rb
@@ -1,3 +1,3 @@
1
module ActsAsTree
2
- VERSION = "2.7.1"
+ VERSION = "2.8.0"
3
end
0 commit comments