aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
blob: 63c1fca0c86528852df0d5c473050f50e5d9dba8 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# ChangeLog

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]

### 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.

## [1.0.0] - 2024-08-23

### Added

- `(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