CHANGELOG.md in slack-ruby-bot-0.6.2 vs CHANGELOG.md in slack-ruby-bot-0.7.0
- old
+ new
@@ -1,4 +1,10 @@
+### 0.7.0 (3/6/2016)
+
+* Improved regular expression matching performance with less matching per command - [@dblock](https://github.com/dblock).
+* Don't attempt to pre-authenticate via `auth!`, use RealTime client local store - [@dblock](https://github.com/dblock).
+* Extended `match` with `scan` that can make multiple captures - [@dblock](https://github.com/dblock).
+
### 0.6.2 (2/4/2016)
* [#44](https://github.com/dblock/slack-ruby-bot/pull/44): Bot graceful shutdown - [@accessd](https://github.com/accessd).
### 0.6.1 (1/29/2016)