Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3.0.0 changelog #75

Merged
merged 2 commits into from
Nov 20, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [3.0.0](https://github.com/Workiva/r_tree/compare/2.1.6...3.0.0)
- Removed deprecated symbols from the public API
- To migrate, simply switch from using `rtree.insert` or `rtree.load` to `rtree.add`

## [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
Expand Down
Loading