File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ### 4.6.3
4
+
5
+ * More goodness from from [ Abdelkader Boudih] ( https://github.com/seuros ) , including rspec 3 support.
6
+
3
7
### 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
5
10
in 4.6.0 which broke if the numeric ordering column wasn't named 'sort_order'. Tests have been
6
11
added. Thanks for the fix, [ Fission Xuiptz] ( https://github.com/fissionxuiptz ) !
7
12
Original file line number Diff line number Diff line change 1
1
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 )
3
3
end
You can’t perform that action at this time.
0 commit comments