From 95f2d2b36dbe54fbc3ca9e330553452cf7423705 Mon Sep 17 00:00:00 2001 From: merakor Date: Tue, 5 Jan 2021 11:39:05 +0000 Subject: docs: update FossilOrigin-Name: fbdd0898cb6bcbfeda903ed9eb3c5641c2e0f504e503fcc6eba5ed8c500e236f --- CHANGELOG.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e028d63..9445f59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,24 @@ this project _somewhat_ adheres to [Semantic Versioning]. [Semantic Versioning]: https://semver.org/spec/v2.0.0.html +UNRELEASED +-------------------------------------------------------------------------------- + +### IMPORTANT +- Switched to the `redo` build system. + +### Added +- Added basic installation instructions to an `INSTALL` file. + +### Changed +- All `src` scripts now exit with success after being called with `--help`. +- Minor optimizations on `contrib` scripts. + +### Removed +- Removed C binaries `cpt-readlink` and `cpt-stat` and instead replaced them + with `_readlink()` and `_stat()` library functions. + + 5.1.2 - 2021-01-04 -------------------------------------------------------------------------------- @@ -44,7 +62,8 @@ this project _somewhat_ adheres to [Semantic Versioning]. ### Fixed - Moved option parsing to cpt-lib if `parser_definition` exists. This shouldn't - affect existing scripts where `cpt-lib` is called before the `p + affect existing scripts where `cpt-lib` is called before the parser is + defined. 5.0.0 - 2020-10-06 -- cgit v1.2.3