Skip to content

Commit 14538c8

Browse files
committed
Update changelog
1 parent a0dbb86 commit 14538c8

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,22 @@
22
This project adheres to [Semantic Versioning](http://semver.org/).
33

44
## [3.0.0] - 2015-03-24
5+
### Changed
56
Move from using outgoing/incoming integrations to Slack's
6-
[bot users](https://api.slack.com/bot-users). See
7+
[bot users](https://api.slack.com/bot-users). See
78
[README.md](https://github.com/ekmartin/slack-irc/blob/master/README.md)
89
for a new example configuration. This mainly means slack-irc won't need
910
to listen on a port anymore, as it uses websockets to receive the messages
1011
from Slack's [RTM API](https://api.slack.com/rtm).
1112

1213
To change from version 2 to 3, do the following:
13-
* Create a new Slack bot user (under integrations)
14-
* Add its token to your slack-irc config, and remove
14+
- Create a new Slack bot user (under integrations)
15+
- Add its token to your slack-irc config, and remove
1516
the `outgoingToken` and `incomingURL` config options.
1617

18+
### Added
19+
- Message formatting, follows Slack's [rules](https://api.slack.com/docs/formatting).
20+
1721
## [2.0.1]- 2015-03-03
1822
### Added
1923
- MIT License
@@ -35,7 +39,7 @@ the `outgoingToken` and `incomingURL` config options.
3539
- Support for running multiple bots (on different Slacks)
3640

3741
### Changed
38-
- New configuration format, example
42+
- New configuration format, example
3943
[here](https://github.com/ekmartin/slack-irc/blob/44f6079b5da597cd091e8a3582e34617824e619e/README.md#configuration).
4044

4145
## [0.2.0] - 2015-02-06
@@ -44,4 +48,3 @@ the `outgoingToken` and `incomingURL` config options.
4448

4549
### Changed
4650
- Use winston for logging.
47-

0 commit comments

Comments
 (0)