From 75bc10ce9c8b380a088ef8d1ad4097469f04f57a Mon Sep 17 00:00:00 2001 From: Travis Sanderson Date: Fri, 10 Nov 2023 09:37:22 -0600 Subject: [PATCH 1/2] Add changelog for 2.1.6 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1ac94e..36ecc6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## [2.1.6](https://github.com/Workiva/r_tree/compare/2.1.5...2.1.6) + - Fixed a bug in load that could result in incorrect search results + ## [2.1.5](https://github.com/Workiva/r_tree/compare/2.1.4...2.1.5) - Performance improvements From ba5bccc65fe6102659590034d934fa64479df5f8 Mon Sep 17 00:00:00 2001 From: Travis Sanderson Date: Mon, 13 Nov 2023 14:54:01 -0600 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36ecc6e..ccd5e13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## [2.1.6](https://github.com/Workiva/r_tree/compare/2.1.5...2.1.6) - Fixed a bug in load that could result in incorrect search results + - New method "add" consolidates insert and load (now deprecated) into a single entry point + - Deprecated symbols that weren't intended to be public, Node, multiselect, etc ## [2.1.5](https://github.com/Workiva/r_tree/compare/2.1.4...2.1.5)