CHANGELOG.md in slack-ruby-bot-0.4.5 vs CHANGELOG.md in slack-ruby-bot-0.5.0

- old
+ new

@@ -1,4 +1,15 @@ +### 0.5.0 (12/7/2015) + +* Disable animated GIFs via `SlackRubyBot::Config.send_gifs` or ENV['SLACK_RUBY_BOT_SEND_GIFS'] - [@dblock](https://github.com/dblock). +* `SlackRubyBot::Server` supports `restart!` with retry - [@dblock](https://github.com/dblock). +* `SlackRubyBot::Server` publicly supports `auth!`, `start!` and `start_async` that make up a `run` loop - [@dblock](https://github.com/dblock). +* Extracted `SlackRubyBot::Server` from `SlackRubyBot::App` - [@dblock](https://github.com/dblock). +* Fix: explicitly require 'giphy' - [@dblock](https://github.com/dblock). +* Fix: undefined method `stop` for `Slack::RealTime::Client` - [@dblock](https://github.com/dblock). +* [#29](https://github.com/dblock/slack-ruby-bot/pull/29): Fixed bot failing to correctly respond to unknown commands when queried with format `@botname` - [@crayment](https://github.com/crayment). +* [#30](https://github.com/dblock/slack-ruby-bot/pull/30): Fix RegexpError when parsing command - [@kuboshizuma](https://github.com/kuboshizuma). + ### 0.4.5 (10/29/2015) * [#23](https://github.com/dblock/slack-ruby-bot/pull/23): Fixed `match` that forced bot name into the expression being evaluated - [@dblock](https://github.com/dblock). * [#22](https://github.com/dblock/slack-ruby-bot/issues/22), [slack-ruby-client#17](https://github.com/dblock/slack-ruby-client/issues/17): Do not respond to messages from self, override with `allow_message_loops` - [@dblock](https://github.com/dblock).