Skip to content

Commit

Permalink
Changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
danfuzz committed Oct 12, 2023
1 parent de7dde0 commit 78c7d66
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ Notable changes:
* Tightened up error checking and reporting.
* New recommended processing call `process-args "$@" || exit "$?"`, because
of "magic" reduction noted below.
* Added multi-value option syntax `--opt-name[]=...`.
* Added multi-value option syntax `--opt-name[]=...`, along with helper
function `values` for use sites.
* Added a lot of tests.
* `define-usage`:
* New option `--with-help` to help reduce boilerplate.
* Dropped "magical" `exit` behavior.
Expand Down

0 comments on commit 78c7d66

Please sign in to comment.