Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 887 Bytes

CHANGELOG.md

File metadata and controls

24 lines (18 loc) · 887 Bytes

Changelog

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

Added

  • CHANGELOG.md
  • Support for switching out the hash function.

Changed

  • 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.

Fixed

  • A bug that deleted the first node in the ring when trying to delete a node that didn't exist.