Update changes file

This commit is contained in:
Nick O'Leary 2015-08-28 16:38:46 +01:00
parent f6521a2ed0
commit 9459df9d44

View File

@ -1,3 +1,10 @@
2.0
* Add (and default to) MQTT 3.1.1 support
* Fix PROGMEM handling for Intel Galileo/ESP8266
* Add overloaded constructors for convenience
* Add chainable setters for server/callback/client/stream
* Add state function to return connack return code
1.9
* Do not split MQTT packets over multiple calls to _client->write()
* API change: All constructors now require an instance of Client
@ -44,4 +51,3 @@
* The maximum message size, including header, is 128 bytes
* The keepalive interval is set to 30 seconds
* No support for Will messages