Skip to content

Commit d04388f

Browse files
hcsa73Henrique Santos
andauthored
Changelog improvements (#207)
Co-authored-by: Henrique Santos <henrique.santos@freiheit.com>
1 parent e60765d commit d04388f

File tree

18 files changed

+18
-18
lines changed

18 files changed

+18
-18
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Most significant changes:
1111
- Structs only used in method responses are named `[Method Name]Response`
1212
- Waiters for a given method are now named `[Method name]WaitHandler`
1313

14-
## Highlights
14+
### Highlights
1515

1616
Below is the list of changes for the API methods. For each service, you can check out the full changelog.
1717

services/argus/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## v0.8.0 (2023-12-20)
22

3-
API methods and structs were renamed to have the same look and feel across all services and according to user feedback.
3+
API methods, structs and waiters were renamed to have the same look and feel across all services and according to user feedback.
44

55
- Changed methods:
66
- `CreateCredential` renamed to `CreateCredentials`

services/dns/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## v0.7.0 (2023-12-20)
22

3-
API methods and structs were renamed to have the same look and feel across all services and according to user feedback.
3+
API methods, structs and waiters were renamed to have the same look and feel across all services and according to user feedback.
44

55
- Changed methods:
66
- `GetRecordSets` renamed to `ListRecordSets`

services/loadbalancer/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## v0.8.0 (2023-12-20)
22

3-
API methods and structs were renamed to have the same look and feel across all services and according to user feedback.
3+
API methods, structs and waiters were renamed to have the same look and feel across all services and according to user feedback.
44

55
- Changed methods:
66
- `DisableLoadBalancing` renamed to `DisableService`

services/logme/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## v0.7.0 (2023-12-20)
22

3-
API methods and structs were renamed to have the same look and feel across all services and according to user feedback.
3+
API methods, structs and waiters were renamed to have the same look and feel across all services and according to user feedback.
44

55
- Changed methods:
66
- `GetCredentialsIds` renamed to `ListCredentials`

services/mariadb/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## v0.7.0 (2023-12-20)
22

3-
API methods and structs were renamed to have the same look and feel across all services and according to user feedback.
3+
API methods, structs and waiters were renamed to have the same look and feel across all services and according to user feedback.
44

55
- Changed methods:
66
- `GetCredentialsIds` renamed to `ListCredentials`

services/membership/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## v0.3.0 (2023-12-20)
22

3-
API methods and structs were renamed to have the same look and feel across all services and according to user feedback.
3+
API methods, structs and waiters were renamed to have the same look and feel across all services and according to user feedback.
44

55
- Changed methods:
66
- `DeleteMembers` renamed to `RemoveMembers`

services/mongodbflex/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## v0.8.0 (2023-12-20)
22

3-
API methods and structs were renamed to have the same look and feel across all services and according to user feedback.
3+
API methods, structs and waiters were renamed to have the same look and feel across all services and according to user feedback.
44

55
- Changed methods:
66
- `DeleteProject` renamed to `DisableService`

services/objectstorage/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## v0.8.0 (2023-12-20)
22

3-
API methods and structs were renamed to have the same look and feel across all services and according to user feedback.
3+
API methods, structs and waiters were renamed to have the same look and feel across all services and according to user feedback.
44

55
- Changed methods:
66
- `CreateProject` renamed to `EnableService`

services/opensearch/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
7.0 (2023-12-20)
22

3-
API methods and structs were renamed to have the same look and feel across all services and according to user feedback.
3+
API methods, structs and waiters were renamed to have the same look and feel across all services and according to user feedback.
44

55
- Changed methods:
66
- `GetCredentialsIds` renamed to `ListCredentials`

0 commit comments

Comments
 (0)