Add 1.9 change history
This commit is contained in:
parent
c762c1b8ab
commit
e9960d1cae
12
index.html
12
index.html
@ -5,7 +5,7 @@
|
|||||||
<title>Arduino Client for MQTT</title>
|
<title>Arduino Client for MQTT</title>
|
||||||
<link rel="stylesheet" href="bootstrap/css/bootstrap.knolleary.css" type="text/css">
|
<link rel="stylesheet" href="bootstrap/css/bootstrap.knolleary.css" type="text/css">
|
||||||
<link rel="stylesheet" href="style.css" type="text/css">
|
<link rel="stylesheet" href="style.css" type="text/css">
|
||||||
<link href='http://fonts.googleapis.com/css?family=Lora:400,400italic' rel='stylesheet' type='text/css'>
|
<link href='http://fonts.googleapis.com/css?family=Lora:400,400italic' rel='stylesheet' type='text/css'>
|
||||||
<!--[if IE]>
|
<!--[if IE]>
|
||||||
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
@ -59,6 +59,16 @@
|
|||||||
<h3>Change History</h3>
|
<h3>Change History</h3>
|
||||||
<p>The complete change history is available on <a href="https://github.com/knolleary/pubsubclient/commits/master">GitHub</a>.</p>
|
<p>The complete change history is available on <a href="https://github.com/knolleary/pubsubclient/commits/master">GitHub</a>.</p>
|
||||||
<dl>
|
<dl>
|
||||||
|
<dt>1.9</dt>
|
||||||
|
<dd>
|
||||||
|
<ul>
|
||||||
|
<li>Do not split MQTT packets over multiple calls to <code>_client->write()</code></li>
|
||||||
|
<li><b><i>API change</i></b>: All constructors now require an instance of Client to be passed in.</li>
|
||||||
|
<li>Fixed example to match 1.8 api changes - dpslwk</li>
|
||||||
|
<li>Added username/password support - WilHall</li>
|
||||||
|
<li>Added <code>publish_P</code> - publishes messages from <code>PROGMEM</code> - jobytaffey</li>
|
||||||
|
</ul>
|
||||||
|
</dd>
|
||||||
<dt>1.8</dt>
|
<dt>1.8</dt>
|
||||||
<dd>
|
<dd>
|
||||||
<ul>
|
<ul>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user