Skip to content

Commit

Permalink
Reformat changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
malobre committed May 30, 2022
1 parent c3dc0c6 commit d8e5c8b
Showing 1 changed file with 17 additions and 15 deletions.
32 changes: 17 additions & 15 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

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).
This project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

Expand All @@ -15,23 +15,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [0.7.0] - 2022-05-30

### Removed
- `ErasedSet::with_capacity`
- `ErasedSet::capacity`
- `ErasedSet::reserve`
- `ErasedSet::shrink_to`
- `ErasedSet::shrink_to_fit`
- `hashbrown` feature (`no_std` is still supported)

- Remove `ErasedSet::with_capacity`.
- Remove `ErasedSet::capacity`.
- Remove `ErasedSet::reserve`.
- Remove `ErasedSet::shrink_to`.
- Remove `ErasedSet::shrink_to_fit`.
- Remove `hashbrown` feature (`no_std` is still supported)

## [0.6.1] - 2022-05-28

### Added
- `ErasedSet::shrink_to`
- `ErasedSet::get_or_insert`
- `ErasedSet::get_or_insert_with`

- Add `ErasedSet::shrink_to`.
- Add `ErasedSet::get_or_insert`.
- Add `ErasedSet::get_or_insert_with`.

## [0.6.0] - 2022-05-11

### Changed

- Rename crate to `erased_set`.
- Rename `StaticTypeMap` to `ErasedSet`.
- Rename `SendStaticTypeMap` to `ErasedSendSet`.
Expand All @@ -42,17 +45,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [0.5.0] - 2022-05-08

### Changed

- `hashbrown` feature replaces `no_std`.

### Added
- `Debug` implementations.

## [0.4.1] - 2022-02-06
- `Debug` implementations.

[unreleased]: https://github.com/malobre/erased_set/compare/v0.7.0...HEAD
[0.7.0]: https://github.com/malobre/erased_set/compare/v0.6.1...v0.7.0
[0.6.1]: https://github.com/malobre/erased_set/compare/v0.6.0...v0.6.1
[0.6.0]: https://github.com/malobre/erased_set/compare/v0.5.1...v0.6.0
[0.5.1]: https://github.com/malobre/erased_set/compare/v0.5.0...v0.5.1
[0.5.0]: https://github.com/malobre/erased_set/compare/v0.4.1...v0.5.0
[0.4.1]: https://github.com/malobre/erased_set/releases/tag/v0.4.1
[0.5.0]: https://github.com/malobre/erased_set/releases/tag/v0.5.0

0 comments on commit d8e5c8b

Please sign in to comment.