aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMasaya Tojo <masaya@tojo.tokyo>2024-08-25 18:33:30 +0900
committerMasaya Tojo <masaya@tojo.tokyo>2024-08-25 18:38:48 +0900
commita353b8044e0bc4d50878609fb7dee6e859d40bac (patch)
treea58bebfb78974c8dbdd09ab84e8762b627d5758f
parentbed2a6e69e095eadca4ff6d0e2f8a9b2e71e3956 (diff)
Update CHANGELOG.md fileHEADv1.1.0main
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 63c1fca..55c57f6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,11 +5,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [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
@@ -21,3 +24,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- 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