Skip to content

Commit 5356635

Browse files
authored
Fix changelog formatting (#719)
Signed-off-by: Ada Nikolaidis <[email protected]> Signed-off-by: Ada Nikolaidis <[email protected]>
1 parent 501df99 commit 5356635

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

changelog.adoc

+18-18
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,23 @@
44

55
== 3.10.0 (2022-12-05)
66

7-
## Bugfixes
7+
Bugfixes:
88

99
* Fix a bug which caused `globus list-commands` not to show proper information
1010

11-
## Enhancements
11+
Enhancements:
1212

1313
* Add the `globus api flows` command for direct interactions with the Globus
1414
Flows service
1515

1616
* Added commands for interacting with GCSv5 user credentials
17-
* `globus endpoint user-credential list`
18-
* `globus endpoint user-credential show`
19-
* `globus endpoint user-credential delete`
20-
* `globus endpoint user-credential create`
21-
* `globus endpoint user-credential create from-json`
22-
* `globus endpoint user-credential create posix`
23-
* `globus endpoint user-credential create s3`
17+
** `globus endpoint user-credential list`
18+
** `globus endpoint user-credential show`
19+
** `globus endpoint user-credential delete`
20+
** `globus endpoint user-credential create`
21+
*** `globus endpoint user-credential create from-json`
22+
*** `globus endpoint user-credential create posix`
23+
*** `globus endpoint user-credential create s3`
2424

2525
* Added `globus endpoint storage-gateway list`
2626

@@ -36,19 +36,19 @@
3636
* `globus ls` has improved behavior when the `--filter` and `--recursive` options
3737
are used in combination
3838

39-
* directory names are not matched against the filter, allowing the operation to
40-
traverse directories regardless of their names
39+
** directory names are not matched against the filter, allowing the operation to
40+
traverse directories regardless of their names
4141

42-
* the `--filter` is still applied to filenames in all directories traversed by
43-
the `ls` operation
42+
** the `--filter` is still applied to filenames in all directories traversed by
43+
the `ls` operation
4444

45-
* directory names can be filtered out of the text output by eliminating
46-
lines which end in `/`
45+
** directory names can be filtered out of the text output by eliminating
46+
lines which end in `/`
4747

48-
* the behaviors of `globus ls` commands with `--recursive` or `--filter`, but not
49-
both, are unchanged
48+
** the behaviors of `globus ls` commands with `--recursive` or `--filter`, but not
49+
both, are unchanged
5050

51-
## Other
51+
Other:
5252

5353
* `globus endpoint create` is now hidden and displays a deprecation warning
5454
when used

0 commit comments

Comments
 (0)