From 8c7ae63d5ff8ac754d18ccaae325ad1b32de3483 Mon Sep 17 00:00:00 2001 From: Benjamin Gilbert Date: Thu, 30 Jan 2020 20:50:18 -0500 Subject: [PATCH] news: add news for 0.5.0 --- NEWS | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/NEWS b/NEWS index 572e80af..2429c482 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,26 @@ +2020-03-23 FCCT 0.5.0 + + Breaking Changes: + + - Previously, command-line options could be preceded by a single dash + (-strict) or double dash (--strict). Accept only the double-dash form. + + Features: + + - Accept input filename directly on command line, without --input + - Add short equivalents of command-line options + + Bug Fixes: + + - Fail if unexpected non-option arguments are specified + + Misc Changes: + + - Deprecate --input and hide it from --help + - Document files[].append[].inline property + - Update docs for switch to Fedora signing keys + + 2020-01-24 FCCT 0.4.0 Features: