# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] ### 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` [Unreleased]: https://github.com/brurucy/indexset/compare/v1.2.0...HEAD [1.2.0]: https://github.com/brurucy/indexset/releases/tag/v1.2.0 [1.1.0]: https://github.com/brurucy/indexset/releases/tag/v1.1.0 [1.0.1]: https://github.com/brurucy/indexset/releases/tag/v1.0.1 [1.0.0]: https://github.com/brurucy/indexset/releases/tag/v1.0.0 [0.1.1]: https://github.com/brurucy/indexset/releases/tag/v0.1.1 [0.1.0]: https://github.com/brurucy/indexset/releases/tag/v0.1.0