File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -6,14 +6,23 @@ versioning principles. Unstable releases do not.
6
6
7
7
### [ Unreleased]
8
8
9
+ Breaking changes:
10
+ * None
11
+
12
+ Other notable changes:
13
+ * None
14
+
15
+ ### v2.6 -- 2023-10-24
16
+
9
17
Breaking changes:
10
18
11
19
* ` bashy-core ` :
12
20
* ` arg-processor ` :
13
21
* New recommended processing call ` process-args "$@" || exit "$?" ` , because
14
22
of "magic" reduction noted below.
15
23
* 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).
17
26
* ` define-usage ` : Dropped "magical" ` exit ` behavior.
18
27
19
28
Other notable changes:
You can’t perform that action at this time.
0 commit comments