Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 1.23 KB

CHANGELOG.md

File metadata and controls

42 lines (32 loc) · 1.23 KB

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.

Changed

1.2.0 - 2024-11-09

Added

  • push and pop methods. Approach them with skepticism.

1.1.0 - 2024-05-24

Added

  • PartialEq, Eq, Ord, PartialOrd, Hash trait derivations

1.0.1 - 2024-02-17

Changed

  • Fixed a bug that caused the ftree to loop forever. Thanks to @Cydhra

1.0.0 - 2023-07-14

Changed

  • all APIs
  • refactored all functions thanks to @matthieum

0.1.1 - 2023-07-13

Changed

  • implementation of msb and lsb

0.1.0 - 2023-07-12

Added

  • FenwickTree