From 7a9e09b3b54cb9fabf0c3a63b3ccc2cd7b6b0451 Mon Sep 17 00:00:00 2001 From: Joseph Henry Date: Mon, 13 Nov 2017 16:33:17 -0800 Subject: [PATCH] Updated RELEASE-NOTES --- RELEASE-NOTES.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index cabe8e9..d952ee5 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -4,7 +4,7 @@ Current version: 1.1.5 ### 2017-11-10 -- Version 1.1.6 - [In progress] - API simplification - - Removed protocol specific address getters, ) + - Removed protocol specific address getters - Changed how network IDs and node IDs are passed to the library (everything is now uint64_t) - Initial steps for C-- efforts - Removed classes for stack drivers @@ -12,6 +12,7 @@ Current version: 1.1.5 - Names of key classes changed slightly to prevent collisions - Re-classification of Virtual Socket Layer (and associated stack drivers) as experimental - lwIP sequential socket API is now default + - Slightly reworked lwIP interface setup code ### 2017-10-19 -- Version 1.1.5 (Current)