Skip to content

Commit

Permalink
1.6.0 release prep.
Browse files Browse the repository at this point in the history
  • Loading branch information
amerine committed Apr 21, 2014
1 parent 1f58259 commit 1e6330f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,12 @@ We no longer support Ruby 1.8 or versions of Rails/ActiveRecord older than 3.0.
Moving forward we will do our best to support the latest versions of ActiveRecord and Ruby.

## Change Log
* 1.6.0 - April 21, 2014
* Added new `leaves` method. See #23 -- MichalPokorny
* 1.5.1 - March 28, 2014
* Fixing descendants modification bug. See #20 -- amerine, tmuerell
* 1.5.0 - December 16th, 2013
* `Added new descendants method` -- adamkleingit
* Added new `descendants` method -- adamkleingit
* Fixed warning message -- akicho8
* 1.4.0 - June 25th, 2013
* `Presentation#tree_view` -- rainchen
Expand Down
2 changes: 1 addition & 1 deletion lib/acts_as_tree/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ActsAsTree
VERSION = "1.5.1"
VERSION = "1.6.0"
end

0 comments on commit 1e6330f

Please sign in to comment.