aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md20
1 files changed, 4 insertions, 16 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 55c57f6..068ae31 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,25 +3,13 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
-## [Unreleased]
-
-## [1.1.0]
-
-### Added
-
-- Add Changelog section in README.md file.
-- Add Source code section in README.md file.
-- Add comments to describe the algorithm used in accel-asc procedure.
-- Add `(accel-asc n vector->)` procedure.
-
## [1.0.0] - 2024-08-23
### Added
-- `(integer-partition accel-asc)` library.
-- CHANGELOG.md file.
-- README.md file.
-- LICENSE file.
+- `(integer-partition accel-asc)` library
+- CHANGELOG.md file
+- README.md file
+- LICENSE file
[1.0.0]: https://git.tojo.tokyo/r7rs-accel-asc.git/diff/?id=v1.0.0
-[1.1.0]: https://git.tojo.tokyo/r7rs-accel-asc.git/diff/?id=v1.0.0&id2=v1.1.0