Update CHANGES.txt for 1.9

This commit is contained in:
Nicholas O'Leary 2012-10-28 23:07:06 +00:00
parent 569ada9937
commit ecedcb804f

View File

@ -1,4 +1,5 @@
1.9
* Do not split MQTT packets over multiple calls to _client->write()
* API change: All constructors now require an instance of Client
to be passed in.
* Fixed example to match 1.8 api changes - dpslwk