Skip to content

Commit a8c2f22

Browse files
author
Ruben Bridgewater
committed
Add changelog
1 parent b59225e commit a8c2f22

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

changelog.md

+18-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,24 @@
11
Changelog
22
=========
33

4+
## v.2.6.0-1 - 01 Apr, 2016
5+
6+
A second pre-release with further fixes. This is likely going to be released as 2.6.0 stable without further changes.
7+
8+
Features
9+
10+
- Added type validations for client.send_command arguments
11+
12+
Bugfixes
13+
14+
- Fixed client.send_command not working properly with every command and every option
15+
- Fixed pub sub mode unsubscribing from all channels in combination with the new `string_numbers` option crashing
16+
- Fixed pub sub mode unsubscribing from all channels not respected while reconnecting
17+
- Fixed pub sub mode events in combination with the `string_numbers` option emitting the number of channels not as number
18+
419
## v.2.6.0-0 - 27 Mar, 2016
520

621
This is mainly a very important bug fix release with some smaller features.
7-
The quit command did not end connections earlier if the connection was down at that time and this could have
8-
lead to strange situations, therefor this was fixed to end the connection right away in those cases.
922

1023
Features
1124

@@ -28,6 +41,9 @@ Bugfixes
2841
- Fixed pub sub mode emitting a message without a message published
2942
- Fixed quit command not ending the connection and resulting in further reconnection if called while reconnecting
3043

44+
The quit command did not end connections earlier if the connection was down at that time and this could have
45+
lead to strange situations, therefor this was fixed to end the connection right away in those cases.
46+
3147
## v.2.5.3 - 21 Mar, 2016
3248

3349
Bugfixes

0 commit comments

Comments
 (0)