diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-09-15 22:32:35 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-09-15 22:32:35 +0200 |
| commit | 8d0a4024b76b7e85c0ccede853fc2cdcceea2afb (patch) | |
| tree | 2eb5cdabd48223597bd1012758ecaddd3e4d5979 /CHANGELOG.md | |
| parent | 1a1dc05b5250c6a281736fa6b706f74721f83847 (diff) | |
| download | krino-8d0a4024b76b7e85c0ccede853fc2cdcceea2afb.tar.gz krino-8d0a4024b76b7e85c0ccede853fc2cdcceea2afb.zip | |
check refuses an empty time format; krino.conf(5) corrected from the re-audit
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e597678..c1d7606 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,8 +10,8 @@ protects an unreadable file from the rules below it. `explain` shows the rule as "undecided" and the later rules as stopped by it. - `krino check`, and every run, refuses a placeholder that could never - expand (`{foo}`, `{mtime}` without a format, `%B`, `{0}`, `{10}`, an - unclosed `{`) at the action's file:line:col, instead of skipping the step + expand (`{foo}`, `{mtime}` or `{mtime:}` without a format, `%B`, `{0}`, + `{10}`, an unclosed `{`) at the action's file:line:col, instead of skipping the step at plan time. - krino.conf(5) gains WRITING RULES: what happens to a file from scan to execution, how to make and test a configuration, a worked example with |
