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.
1 parent 5a62b87 commit e23e630Copy full SHA for e23e630
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+### 6.3.0
4
+
5
+* `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
11
* Fix for [MySQL lock lengths](https://github.com/mceachen/closure_tree/issues/231).
lib/closure_tree/version.rb
@@ -1,3 +1,3 @@
module ClosureTree
- VERSION = Gem::Version.new('6.2.0')
+ VERSION = Gem::Version.new('6.3.0')
end
0 commit comments