File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ### 6.0.0
4
+
5
+ * [ Andrew Kumanyaev] ( https://github.com/zzet ) * dramatically* improved mutation performance on large trees.
6
+ Thanks for the PR!
7
+ * [ Martin Schmidt] ( https://github.com/martin-schmidt ) discovered and fixed build problems due to new versions
8
+ of mysql2 and ammeter which broke Travis builds. Thanks for the PR!
9
+
3
10
### 6.0.0.alpha,beta,gamma
11
+
4
12
* Dropped support for versions of Rails 3.2 and 4.0 (which are no longer supported).
5
13
* Dropped support for Ruby 1.9 and JRuby 1.9 (which are no longer supported).
6
14
* Added support for ` .hash_tree ` from ` .parent ` and ` .children ` .
Original file line number Diff line number Diff line change 1
1
module ClosureTree
2
- VERSION = Gem ::Version . new ( '6.0.0.gamma ' )
2
+ VERSION = Gem ::Version . new ( '6.0.0' )
3
3
end
You can’t perform that action at this time.
0 commit comments