diff --git a/index.html b/index.html
index 8d4833e..4c0ec34 100644
--- a/index.html
+++ b/index.html
@@ -5,7 +5,7 @@
Arduino Client for MQTT
-
+
@@ -59,6 +59,16 @@
Change History
The complete change history is available on GitHub.
+ - 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
+ - Added username/password support - WilHall
+ - Added
publish_P
- publishes messages from PROGMEM
- jobytaffey
+
+
- 1.8
-