diff options
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c797f5e..6806130 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,8 +15,11 @@ Terse, newest first. Versions are git tags. - `-version`, and the version is stamped into the binary at build time. - `-weather` (forecast only), `-no-warnings`, `-ascii` (GSM-7 safe output for SMS). -- `make lint` checks the man page renders without groff warnings; `make ci` - now includes it. `make release`, `make install-hooks`, and cross-compilation +- `make lint` checks the man page renders without groff warnings, and tests + assert that every flag appears in `-h`, the README and the man page, that + every config key the generated file contains is documented, and that every + column name is explained in both. Documentation drift now fails `make ci` + rather than reaching a release. `make release`, `make install-hooks`, and cross-compilation for six platforms. ### Changed |
