CHANGELOG.md in slack-ruby-client-0.5.1 vs CHANGELOG.md in slack-ruby-client-0.5.2
- old
+ new
@@ -1,8 +1,13 @@
+### 0.5.2 (1/8/2015)
+
+* [#41](https://github.com/dblock/slack-ruby-client/issues/41): Added `Slack::Messages::Formatting#unescape` - [@dblock](https://github.com/dblock).
+* Added `files_comments` to Web API - [@dblock](https://github.com/dblock).
+
### 0.5.1 (1/4/2016)
-* Added `dnd_teamInfo`, `dnd_setSnooze`, `dnd_info`, `dnd_endSnooze` and `dnd_endDnd` - [@dblock](https://github.com/dblock).
-* The `files_upload` method now requires both `file` and `filename` - [@dblock](https://github.com/dblock).
+* Added `dnd_teamInfo`, `dnd_setSnooze`, `dnd_info`, `dnd_endSnooze` and `dnd_endDnd` to Web API - [@dblock](https://github.com/dblock).
+* The `files_upload` method now requires both `file` and `filename` to Web API - [@dblock](https://github.com/dblock).
### 0.5.0 (12/7/2015)
* Added `usergroups_create`, `usergroups_disable`, `usergroups_enable`, `usergroups_list`, `usergroups_update` and `usergroups_users` to Web API - [@dblock](https://github.com/dblock).
* Added command-line `slack` client - [@dblock](https://github.com/dblock).