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.
0.2.0 - 2020-12-13
- CHANGELOG.md
- Support for switching out the hash function.
- get_node function to take '&self' instead of '&mut self'.
- Moved from TravisCI and AppVeyor to Github Actions for CI.
- Moved from Coveralls to CodeCov for code coverage tracking.
- Hashing function changed to xxHash64 from md5.
- A bug that deleted the first node in the ring when trying to delete a node that didn't exist.