diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..ac9434d --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,24 @@ +<!-- +SPDX-FileCopyrightText: 2025 Tomasz Kramkowski <tomasz@kramkow.ski> +SPDX-License-Identifier: CC-BY-SA-4.0 +--> + +# Changelog + +This changelog will aim to list all significant user-facing changes. This +project aims to conform to SemVer 2.0.0. + +## 1.0.0 + +### Added + +- Changelog. +- Version 1.0.0. +- REUSE 3.0 compliance. + +### Changed + +- Years are now exactly 365.25 days. +- Months are now exactly 1/12 of a year. +- Separate code from c-stuff repository. +- Line clearing implemented using ANSI escape sequence. |