Changelog for
ruby3.1-rubygem-rubytree-2.0.3-1.10.x86_64.rpm :
* Mon Jan 29 2024 Dan Čermák
- New upstream release 2.0.3, see bundled History.md
* Tue Nov 14 2023 Dan Čermák - New upstream release 2.0.2, no changelog found
* Thu Aug 04 2022 Stephan Kulow updated to version 2.0.0 History.rdoc removed upstream
* Tue Jan 25 2022 Stephan Kulow updated to version 1.0.2 see installed History.rdoc
* Thu Jan 28 2021 Matthew Trescott - Use an SPDX license identifier to satisfy rpmlint. Note: the README links to the 2-clause BSD license, but the LICENSE.md file is the 3-clause BSD license. The included license file probably takes precedence.
* Fri Mar 29 2019 Stephan Kulow - updated to version 1.0.1 see installed History.rdoc
* Tue Feb 27 2018 factory-autoAATTkulow.org- updated to version 1.0.0 see installed History.rdoc
* Thu Jan 21 2016 cooloAATTsuse.com- updated to version 0.9.7 see installed History.rdoc
* Sun May 31 2015 cooloAATTsuse.com- updated to version 0.9.6 see installed History.rdoc === 0.9.5 / 2015-05-30
* Released 0.9.5. === 0.9.5pre7 / 2015-05-30
* Added new methods for getting the path of a node as a string. These have been added as a new mixin {Tree::Utils::TreePathHandler}. Thanks to {https://github.com/MZic Marco Ziccardi}. === 0.9.5pre5 / 2015-01-01
* Fixed {issue 32}[https://github.com/evolve75/RubyTree/issues/32] and enabled \'move\' semantics on the {Tree::TreeNode#add} method, so that a child being added, that has an existing parent, will be removed from its old parent, prior to being added to the new location. === 0.9.5pre4 / 2014-12-17
* Added performance improvements to {Tree::TreeNode#is_root?} and {Tree::Utils::TreeMetricsHandler#node_depth}. Thanks to {https://github.com/aidansteele Aidan Steel}. === 0.9.5pre3 / 2014-12-16
* Minor fix to correct the release date. This release is otherwise identical to 0.9.5pre2. === 0.9.5pre2 / 2014-12-16
* Added {Tree::TreeNode#rename} and {Tree::TreeNode#rename_child} methods by merging in code from {https://github.com/evolve75/RubyTree/pull/35}. Thanks to {http://github.com/packetmonkey Evan Sharp}. === 0.9.5pre / 2014-11-01
* Fixed {issue 13}[https://github.com/evolve75/RubyTree/issues/13] with the patch provided by {Jen Hamon}[http://www.github.com/jhamon].
* Fixed a bug in {Tree::TreeNode#print_tree} with the patch provided by {https://github.com/packetmonkey Evan Sharp}.
* Fixed {issue 31}[https://github.com/evolve75/RubyTree/issues/31], which was causing incorrect behavior n {Tree::TreeNode#postordered_each} and {Tree::TreeNode#breadth_each} methods when a block was not provided.
* Mon Feb 09 2015 cooloAATTsuse.com- updated to version 0.9.4
* Changed all references to {http://rubyforge.org}.