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.
- Updated
coverage-helper
dependency to0.2.0
.
- Updated
hashbrown
dependency to0.14.0
- Added support for
no_std
- @notgull
- Updated
dlv-list
dependency to0.5.0
. - Updated
hashbrown
dependency to0.13.2
.
- Loosened bounds required on some functions.
- Updated
dlv-list
dependency to0.4.0
.
serde
implementation now correctly works as a multimap.
- Updated
hashbrown
dependency to0.12.0
.
- Updated
dlv-list
dependency to0.3.0
. This is not a breaking change as it's not user visible.
- Updated
dlv-list
dependency to0.2.4
. - Updated
hashbrown
dependency to0.11.0
.
- Removed
drain_pairs
as it's unsafe.
- Fixed miri issues with
retain
.
- Added crate feature
serde
for (de)serialization. - Implemented
IntoIterator
of owned key-value pairs forListOrderedMultimap
.
- Updated
hashbrown
dependency to0.9.0
.
- Updated
dlv-list
dependency to0.2.2
. - Updated
hashbrown
dependency to0.7.0
.
- Works on stable Rust.
- Updated
hashbrown
dependency to0.6.0
.
- Fix crate as it was broken from std's migration to hashbrown.
- Update dependency on
dlv-list
which will reduce memory size ofListOrderedMultimap
by 48 bytes.
- Initial release.
- Version was yanked due to critical design flaw.