@@ -74,6 +74,9 @@ We no longer support Ruby 1.8 or versions of Rails/ActiveRecord older than 3.0.
74
74
Moving forward we will do our best to support the latest versions of ActiveRecord and Ruby.
75
75
76
76
## Change Log
77
+ * 2.6.1 - January 18, 2017
78
+ * Avoid conflicts of `#level` method with existing column, see #57, #58, #60 -- markhgbrewster
79
+ * Fix tests on rails 4.2 with ruby < 2.1 -- felixbuenemann
77
80
* 2.6.0 - October 9, 2016
78
81
* Add generations methods, see #56 -- markhgbrewster
79
82
* 2.5.1 - September 8, 2016
@@ -146,7 +149,7 @@ Moving forward we will do our best to support the latest versions of ActiveRecor
146
149
people know that 1101.1.1 has breaking differences from 1100.0. If you're
147
150
adding new features, but not changing existing functionality bump the minor
148
151
version, if you're shipping a bugfix, just bump the patch.
149
- 2 . Following the above rules, change the version found in lib/acts_as_tree /version.rb.
152
+ 2 . Following the above rules, change the version found in lib/acts \_ as \_ tree /version.rb.
150
153
3 . Make sure the Change log in the README includes a brief summary of the versions
151
154
changes, with credit to the contributors.
152
155
4 . Commit these changes in one "release-prep" commit (on the master branch).
0 commit comments