Skip to content

Commit

Permalink
Document next release.
Browse files Browse the repository at this point in the history
  • Loading branch information
dosire committed Feb 10, 2013
1 parent f1a321d commit 0abb65f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2.1.6
* Fixed rebuild! when there is a default_scope with order [Adrian Serafin]
* Testing with stable bundler, ruby 2.0, MySQL and PostgreSQL [Philip Arndt]
* Optimized move_to for large trees [ericsmith66]

2.1.5
* Worked around issues where AR#association wasn't present on Rails 3.0.x. [Philip Arndt]
* Adds option 'order_column' which defaults to 'left_column_name'. [gudata]
Expand Down
2 changes: 1 addition & 1 deletion lib/awesome_nested_set/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module AwesomeNestedSet
VERSION = '2.1.5' unless defined?(::AwesomeNestedSet::VERSION)
VERSION = '2.1.6' unless defined?(::AwesomeNestedSet::VERSION)
end

0 comments on commit 0abb65f

Please sign in to comment.