-
Notifications
You must be signed in to change notification settings - Fork 664
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
layout: changelog | ||
--- | ||
|
||
- Adds new permissions method named aliases to `WebClient`: `apps.permissions.resources.list` and | ||
`apps.permissions.scopes.list` (#568) - thanks @ggruiz | ||
- Fixes an issue where an `RTMClient` instance throws errors while trying to reconnect after a connection interuption | ||
(#560) - thanks @aoberoi | ||
- Fixes issue where rate-limit handling in `WebClient` was not triggering, and adds tests (#570, #573) - thanks @ggruiz | ||
- Adds missing `IncomingWebhookResult` type to exports (#562) - thanks @mledom | ||
- Changes `options` argument of `RTMClient#start()` to be optional as it was intended (#567) - thanks @christophehurpeau |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters