Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

news: add news for 0.5.0 #89

Merged
merged 1 commit into from
Mar 23, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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:
Expand Down