We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f617b7f + e23e630 commit 69f0151Copy full SHA for 69f0151
CHANGELOG.md
@@ -2,8 +2,9 @@
2
3
### 6.3.0
4
5
-* `prepend_child` [handles invalid items properly now](https://github.com/mceachen/closure_tree/issues/249).
+* `prepend_child` [handles invalid children properly now](https://github.com/mceachen/closure_tree/issues/249).
6
Thanks [Amit Saxena](https://github.com/amitsaxena)!
7
+* Dropped official support for jruby and ruby 2.0 (no code was changed)
8
9
### 6.2.0
10
lib/closure_tree/version.rb
@@ -1,3 +1,3 @@
1
module ClosureTree
- VERSION = Gem::Version.new('6.2.0')
+ VERSION = Gem::Version.new('6.3.0')
end
0 commit comments