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)