From ecedcb804f247853478aa159f449e9354ed25a96 Mon Sep 17 00:00:00 2001 From: Nicholas O'Leary Date: Sun, 28 Oct 2012 23:07:06 +0000 Subject: [PATCH] Update CHANGES.txt for 1.9 --- PubSubClient/CHANGES.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/PubSubClient/CHANGES.txt b/PubSubClient/CHANGES.txt index a68abbf..8688011 100755 --- a/PubSubClient/CHANGES.txt +++ b/PubSubClient/CHANGES.txt @@ -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