Skip to content

Commit 7d3e564

Browse files
committed
v4.6.3
1 parent 424baca commit 7d3e564

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# Changelog
22

3+
### 4.6.3
4+
5+
* More goodness from from [Abdelkader Boudih](https://github.com/seuros), including rspec 3 support.
6+
37
### 4.6.2
4-
* Pull in [106](https://github.com/mceachen/closure_tree/pull/106) which fixed a bug introduced
8+
9+
* Pulled in [106](https://github.com/mceachen/closure_tree/pull/106) which fixed a bug introduced
510
in 4.6.0 which broke if the numeric ordering column wasn't named 'sort_order'. Tests have been
611
added. Thanks for the fix, [Fission Xuiptz](https://github.com/fissionxuiptz)!
712

lib/closure_tree/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ClosureTree
2-
VERSION = Gem::Version.new('4.6.2') unless defined?(::ClosureTree::VERSION)
2+
VERSION = Gem::Version.new('4.6.3') unless defined?(::ClosureTree::VERSION)
33
end

0 commit comments

Comments
 (0)