From a353b8044e0bc4d50878609fb7dee6e859d40bac Mon Sep 17 00:00:00 2001 From: Masaya Tojo Date: Sun, 25 Aug 2024 18:33:30 +0900 Subject: Update CHANGELOG.md file --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.2.3