From de0711e29e1038b5f2bf0b5640d083433af234d8 Mon Sep 17 00:00:00 2001 From: Jim Schaad Date: Mon, 31 Aug 2020 21:05:31 -0700 Subject: [PATCH] Update the set of updates made --- CoAP.NET/CoAP.Std10.csproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CoAP.NET/CoAP.Std10.csproj b/CoAP.NET/CoAP.Std10.csproj index 6618863..98bb500 100644 --- a/CoAP.NET/CoAP.Std10.csproj +++ b/CoAP.NET/CoAP.Std10.csproj @@ -25,6 +25,8 @@ It is intented primarily for research and verification work. 1.10 - Add fallback code if UDP read function is not supported. These platforms will no longer have full multicast support. + - Enable the ability to change ETags on an observe relation + - Fix error where an observe would attempt to re-connect after active cancel 1.9 - Fix some errors in OSCORE processing with a large number of messages - Rename OSCOAP option to OSCORE - this should not affect anybody as it should only be used internally