aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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