Skip to content

Commit

Permalink
Add links to CHANGELOG. (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
jneem authored Nov 26, 2021
1 parent fff6ba6 commit 9347e5a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project
adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Fixed
- Fixed several critical bugs in `Vector` (see PRs #34 and #37).
- Removed `Hash` and `PartialOrd` impls for `HashMap` and `HashSet`.

### Added
- Added `Vector::insert_ord_by` and `Vector::insert_ord_by_key`
- Added `From` impls from arrays.

## [1.0.1] - 2021-08-12

### Fixed
Expand All @@ -23,3 +33,6 @@ those things which have changed since the fork.
- Fixed bugs when deleting elements from large `OrdMap`s and `OrdSet`s
- Fixed bugs where iterating over `OrdMap`s and `OrdSet`s could skip some elements.

[Unreleased]: https://github.com/jneem/imbl/compare/v1.0.1...HEAD
[1.0.1]: https://github.com/jneem/imbl/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/jneem/imbl/compare/releases/tag/v1.0.0

0 comments on commit 9347e5a

Please sign in to comment.