All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Updated the test suite with improved functionality (e.g., registration of types, casting of data using templates)
- Initial implementation of genogrove (Interval B+ Tree Library for C++)
- Supports insertion, search, and overlap queries
- Supports heterogeneous data types (returns any data as std::any)
- Native implementation of the Interval B+ Tree data structure (in C++20)