aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-07-05 20:48:58 +0200
committerDanilo M. <danix@danix.xyz>2026-07-05 20:48:58 +0200
commit92857030fa89f0bf070f57937aea0ee39d870b18 (patch)
tree371960f220d948b4abc1b5e2fb3605dc8734e69c /CHANGELOG.md
parent3fbce3d0192593ad3f6dd2dcd7da74686b1fa91e (diff)
downloadmkhintfile-92857030fa89f0bf070f57937aea0ee39d870b18.tar.gz
mkhintfile-92857030fa89f0bf070f57937aea0ee39d870b18.zip
docs: changelog for man page and compact --help
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index aeb5ccd..80d8fbf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,17 @@ All notable changes to this project are documented here. The format is based on
[Keep a Changelog](https://keepachangelog.com/), and this project adheres to
[Semantic Versioning](https://semver.org/).
+## [Unreleased]
+
+### Added
+- `mkhint.1` man page (gzipped, built from `mkhint.1.md` with pandoc) as the
+ full reference.
+- `--help` now reports whether `~/.config/mkhint/config` is present and sourced.
+
+### Changed
+- `--help` is now a compact summary; usage examples, the variable-order note,
+ and the exit-code table moved to the man page.
+
## [1.1.0] - 2026-07-05
### Added