Skip to content

Commit 45e580c

Browse files
committed
Update changelog for new interrupt system, using URCs in MqttClient and using message identifiers in sandbox
1 parent 25277d1 commit 45e580c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,13 @@
4646

4747
* Split HTTP example into a HTTP and HTTPS example
4848
* Add a log message when HTTPS security profile is not set up
49+
* Improve error messages for MQTT
50+
51+
## Changes
52+
53+
* Use Arduino interrupt system so that the library doesn't hijack interrupt service routines used by other libraries
54+
* Change sandbox application to use increased MQTT Quality of Service in order to not lose received messages
55+
* Remove MqttClient.disconnect() (full functionality given in MqttClient.end())
4956

5057
## Bugfixes
5158

0 commit comments

Comments
 (0)