CHANGELOG.md in slack-ruby-client-0.2.1 vs CHANGELOG.md in slack-ruby-client-0.3.0

- old
+ new

@@ -1,4 +1,17 @@ +### 0.3.0 (9/1/2015) + +* Added `team.info` and `accessLogs` - [@dblock](https://github.com/dblock). +* Removed obsolete `presence` API - [@dblock](https://github.com/dblock). +* Added `pins.add`, `list` and `remove` - [@dblock](https://github.com/dblock). +* Added `users.list#presence` - [@dblock](https://github.com/dblock). +* Added `groups.info` - [@dblock](https://github.com/dblock). +* Added `groups.history#inclusive` and `im.history#inclusive` - [@dblock](https://github.com/dblock). +* Added `files.delete` - [@dblock](https://github.com/dblock). +* Added `chat.postMessage#as_user` - [@dblock](https://github.com/dblock). +* Use API reference schema from [github.com/dblock/slack-api-ref](https://github.com/dblock/slack-api-ref) - [@dblock](https://github.com/dblock). +* Added `reactions.add`, `.list`, `.get` and `.remove` - [@jakedahn](https://github.com/jakedahn) + ### 0.2.1 (8/2/2015) * Set Slack API token via `Slack::RealTime::Client.new(token: 'token')` and `Slack::Web::Client.new(token: 'token')` - [@dblock](https://github.com/dblock). * Set Slack API token via `Slack::RealTime::Client.configure` and `Slack::Web::Client.configure` - [@dblock](https://github.com/dblock).