Skip to content
This repository was archived by the owner on Sep 10, 2024. It is now read-only.

Commit 7bbe245

Browse files
committed
Add changelog entry for 0.8.1
1 parent 28007bd commit 7bbe245

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Change Log
22

3+
## [v0.8.1](https://github.com/Throne3d/node-irc/tree/v0.8.1) (2017-11-02)
4+
[Full Changelog](https://github.com/Throne3d/node-irc/compare/v0.8.0...v0.8.1)
5+
6+
**Fixed bugs:**
7+
8+
- Fix `.join` with channel keys (passwords) – this broke as a result of the previous change to accept comma-separated lists of channels
9+
- Make the automatic joining of `opt.channels` channels use the internal `.join` method, so channel keys can again be handled properly
10+
- Fix matching channels when adding to or removing from `opt.channels` automatically (on `.join` or `.part`), especially around channels with channel keys or different casing
11+
12+
**Misc:**
13+
14+
- Tests: Upgrade `mocha` dependency to `^4.0.0`
15+
- Tests: Fix never-ending tests by manually disabling the flood protection interval when the client is used up
16+
317
## [v0.8.0](https://github.com/Throne3d/node-irc/tree/v0.8.0) (2017-09-29)
418
[Full Changelog](https://github.com/Throne3d/node-irc/compare/v0.7.0...v0.8.0)
519

0 commit comments

Comments
 (0)