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

Commit 3f85365

Browse files
committed
Add changelog entry for 0.6.2
1 parent 7740e60 commit 3f85365

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

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

3+
## [v0.6.2](https://github.com/Throne3d/node-irc/tree/v0.6.2) (2016-07-16)
4+
[Full Changelog](https://github.com/Throne3d/node-irc/compare/v0.6.1...v0.6.2)
5+
6+
**Fixed bugs:**
7+
8+
- Fix reconnection by destroying the connection only when properly closed (and add a test for this)
9+
- Guard an error from showing when `showErrors` is false; relatedly use an 'out' object for error and debug messages to be less repetitive with guarding based on config values
10+
- Latest changelog version links now point to the right repository
11+
- Docs: fix formatting of a RFC2812 link
12+
- Remove unused jscs devDependency
13+
14+
**Misc:**
15+
16+
- Make the 'non-latest' message (hopefully) less confusing, only show in debug mode
17+
- Update tape to ^4.7.0
18+
- Update eslint to ^4.2.0
19+
- Docs: clarify example message is an example
20+
- Docs: be consistent with phrasing around boolean config values
21+
- Add Node 8 to Travis builds
22+
323
## [v0.6.1](https://github.com/Throne3d/node-irc/tree/v0.6.1) (2016-07-01)
424
[Full Changelog](https://github.com/Throne3d/node-irc/compare/v0.6.0...v0.6.1)
525

0 commit comments

Comments
 (0)