Skip to content

Commit 69f0151

Browse files
committed
Merge branch 'master' of github.com:mceachen/closure_tree
2 parents f617b7f + e23e630 commit 69f0151

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22

33
### 6.3.0
44

5-
* `prepend_child` [handles invalid items properly now](https://github.com/mceachen/closure_tree/issues/249).
5+
* `prepend_child` [handles invalid children properly now](https://github.com/mceachen/closure_tree/issues/249).
66
Thanks [Amit Saxena](https://github.com/amitsaxena)!
7+
* Dropped official support for jruby and ruby 2.0 (no code was changed)
78

89
### 6.2.0
910

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('6.2.0')
2+
VERSION = Gem::Version.new('6.3.0')
33
end

0 commit comments

Comments
 (0)