-
Notifications
You must be signed in to change notification settings - Fork 635
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
3 changed files
with
13 additions
and
1 deletion.
There are no files selected for viewing
File renamed without changes.
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,12 @@ | ||
--- | ||
layout: changelog | ||
--- | ||
* Fixes an issue with the `res.message.user` object containing two nested `slack` properties (#505) - thanks @shanedewael. | ||
* Fixes an issue where messages from bots with no bot user may have had `undefined` value for `res.messages.user` (#507) - thanks @shanedewael. | ||
* Increases consistency of `EnterMessage` and `LeaveMessage` events by swapping to the events which are garaunteed | ||
to be delivered (#296) - thanks @aoberoi. | ||
* Fixes an issue where listeners were not matched because the text formatting did not properly account for messages | ||
without `text` defined but which do contain valid `attachments`, such as from IFTTT (#504) - thanks @aoberoi. | ||
* Fixes an issue where messages were delivered to Slack out of order (#379) - thanks @aoberoi. | ||
* Documentation improvements (#372, #468) - thanks @aoberoi. | ||
* Adds node v10 to the testing matrix (#510) - thanks @aoberoi. |
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