We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8ed6f1 commit 7a2d305Copy full SHA for 7a2d305
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.5.0 - August 14, 2016
78
+ * Allow for use of a different primary key, see #50 -- Two9A
79
* 2.4.0 - January 12, 2016
80
* Added support for rails 5.0, see #46 -- klacointe
81
* 2.3.0 - November 6, 2015
lib/acts_as_tree/version.rb
@@ -1,3 +1,3 @@
1
module ActsAsTree
2
- VERSION = "2.4.0"
+ VERSION = "2.5.0"
3
end
0 commit comments