summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kreutz <mail@skreutz.com>2024-03-20 22:08:15 +0100
committerStefan Kreutz <mail@skreutz.com>2024-03-20 22:08:15 +0100
commiteab8ad66e0c8b9d3da99383e48ddc8538228b756 (patch)
treec4b405231e980a0be9cf29ca12bc34eef05f1a45
parentfd0215a3a01afca3d208d68610a52f99f9cb130a (diff)
downloadparseq-eab8ad66e0c8b9d3da99383e48ddc8538228b756.tar
Revise changelog style
-rw-r--r--CHANGELOG.md24
1 files changed, 10 insertions, 14 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2000008..0023da0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,33 +12,31 @@ The format is based on [Keep A Changelog][] and this project adheres to
### Added
-- Added Cargo.lock for the library
+- Add Cargo.lock for the library
### Fixed
-- Ignored disconnected channel errors when `ParallelMap` got dropped
+- Ignore disconnected channel errors when `ParallelMap` got dropped
## [0.1.2] - 2023-03-25
### Added
-- Added Cargo.lock for example application
+- Add Cargo.lock for example application
### Changed
-- Implemented `Iterator::size_hint` for `ParallelMap`
-- Implemented `FusedIterator` for `ParallelMap`
-- Implemented `ExactSizeIterator` for `ParallelMap`
-- Revised crate-level example
-- Updated dependencies
+- Implement `Iterator::size_hint` for `ParallelMap`
+- Implement `FusedIterator` for `ParallelMap`
+- Implement `ExactSizeIterator` for `ParallelMap`
+- Revise crate-level example
+- Update dependencies
## [0.1.1] - 2022-12-21
-Improved documentation and tests.
-
### Added
-- Added recursive SHA256 example application
+- Add recursive SHA256 example application
### Changed
@@ -46,8 +44,6 @@ Improved documentation and tests.
## [0.1.0] - 2022-12-18
-Released the first version.
-
### Added
-- Added initial implementation
+- Add initial implementation
Generated by cgit. See skreutz.com for my tech blog and contact information.