Skip to content

Commit

Permalink
v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eyas-ranjous committed Dec 23, 2022
1 parent efbb210 commit 62412da
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [4.2.0] - 2022-12-23
### Added
Symbol.iterator to iterate on heaps pop.
- Symbol.iterator to iterate on heaps pop.

### Fixed
- `.fix()` to also fix heap leaf value in addition to nodes positions.


## [4.1.2] - 2022-09-04
### Fixed
- Optimize `.fix()` to run in O(n) runtime instead of O(n*log(n)).
Expand Down

0 comments on commit 62412da

Please sign in to comment.