aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authormerakor <cem@ckyln.com>2021-01-05 11:39:05 +0000
committermerakor <cem@ckyln.com>2021-01-05 11:39:05 +0000
commit95f2d2b36dbe54fbc3ca9e330553452cf7423705 (patch)
tree20880c5931ec8e560d07fcd80341b635ed0c8b27 /CHANGELOG.md
parent2b5206e78906cbd2961cf517e225fe4580b25df3 (diff)
downloadcpt-95f2d2b36dbe54fbc3ca9e330553452cf7423705.tar.gz
docs: update
FossilOrigin-Name: fbdd0898cb6bcbfeda903ed9eb3c5641c2e0f504e503fcc6eba5ed8c500e236f
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md21
1 files changed, 20 insertions, 1 deletions
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