From 7fe5f521dc99d5eb08cbc4df8c278b5d46813b4a Mon Sep 17 00:00:00 2001 From: Christian Kratky Date: Mon, 27 May 2019 20:02:30 +0200 Subject: [PATCH] Update docs. --- Build/MQTTnet.nuspec | 1 + 1 file changed, 1 insertion(+) diff --git a/Build/MQTTnet.nuspec b/Build/MQTTnet.nuspec index 543719c..8443747 100644 --- a/Build/MQTTnet.nuspec +++ b/Build/MQTTnet.nuspec @@ -13,6 +13,7 @@ * [Core] Fixed issues in MQTTv5 message encoding and decoding. * [Core] Added extension method to allow usage of _WebSocket4Net_ in clients to fix issues with AWS and Xamarin. +* [Core] Fixed usage of wrong data type for passwords (string -> byte[]). * [Client] Added support for extended authentication exchange. * [Client] Exposed MQTTv5 CONNACK values to client. * [Client] Added _MqttClientSubscribeOptionsBuilder_.