Updated RELEASE-NOTES

This commit is contained in:
Joseph Henry
2017-11-13 16:33:17 -08:00
parent f2d3675f40
commit 7a9e09b3b5

View File

@@ -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)