@slack/client
Version:
A library for creating a Slack client
8 lines (6 loc) • 342 B
Markdown
layout: changelog
* Adds support for the `conversations.*` family of Web API methods. See <https://api.slack.com/docs/conversations-api>. - thanks @aoberoi
* Adds locale awareness options to various Web API methods. - thanks @aoberoi
* Fixes an argument encoding issue with calling `users.profile.set` (#360) - thanks @aoberoi