Skip to content

Commit a7ca7ed

Browse files
committed
Fix release notes wording
- Remove 'has been removed' language since deprecated features are still available - Use present tense for deprecation notices Signed-off-by: Mathias L. Baumann <[email protected]>
1 parent f17f7c4 commit a7ca7ed

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

RELEASE_NOTES.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ v1 release with authentication parameter updates and dependency version expansio
66

77
## Upgrading
88

9-
* The `key` parameter in the `Dispatcher` constructor is now deprecated. Use `auth_key` instead.
10-
* The `sign_secret` parameter is now available for authentication.
9+
* The `key` parameter in the `Dispatcher` constructor is deprecated. Use `auth_key` instead.
10+
* The `sign_secret` parameter is available for authentication.
1111
* Environment variables have been updated:
1212
* `DISPATCH_API_KEY``DISPATCH_API_AUTH_KEY`
13-
* `DISPATCH_API_SIGN_SECRET` is now available
14-
* The `components` property in `DispatchInfo` is now deprecated. Use `target` instead.
13+
* `DISPATCH_API_SIGN_SECRET` is available
14+
* The `components` property in `DispatchInfo` is deprecated. Use `target` instead.
1515

1616
## New Features
1717

0 commit comments

Comments
 (0)