Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4febd8f

Browse files
committed
More fixes to the README.
1 parent a2a38ac commit 4febd8f

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,12 @@ in JavaScript to be used in node.js.
77

88
## Important notes for existing users
99

10-
* v0.3.0 improves connection stability, performance and the reconnection
11-
logic. See [#118](https://github.com/adamvr/MQTT.js/pull/118) for
12-
details. Also, an Connection is a Writable stream, so you can run
13-
MQTT.js over any kind of Stream (doc needed).
10+
* v0.3.0 improves connection stability, performance, the reconnection
11+
logic and SSL support. See [#118](https://github.com/adamvr/MQTT.js/pull/118) for
12+
details. A Connection is a Writable stream, so you can run
13+
MQTT.js over any kind of Stream (doc needed). Both the constructors of
14+
MqttClient and MqttConnection changed, but not the factory method
15+
`mqtt.createClient` and `mqtt.createConnection`.
1416

1517
* v0.2.0 has brough some API breaking changes to mqtt.js.
1618
Please consult the [migration guide](http://github.com/adamvr/MQTT.js/wiki/migration) for information

0 commit comments

Comments
 (0)