Skip to content

Commit 7789e79

Browse files
committed
Get ready to release.
1 parent 493444a commit 7789e79

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,23 @@ versioning principles. Unstable releases do not.
66

77
### [Unreleased]
88

9+
Breaking changes:
10+
* None
11+
12+
Other notable changes:
13+
* None
14+
15+
### v2.6 -- 2023-10-24
16+
917
Breaking changes:
1018

1119
* `bashy-core`:
1220
* `arg-processor`:
1321
* New recommended processing call `process-args "$@" || exit "$?"`, because
1422
of "magic" reduction noted below.
1523
* Renamed `--init` to `--default`, which is a better word for the meaning.
16-
* Removed `opt-choice`, as it's now covered by the more general `opt-alias`.
24+
* Removed `opt-choice`, as it's now covered by the more general `opt-alias`
25+
(see below).
1726
* `define-usage`: Dropped "magical" `exit` behavior.
1827

1928
Other notable changes:

0 commit comments

Comments
 (0)