bump version to 2.3.0 and add note for ESP8266 BareSSL API changes

This commit is contained in:
Links
2020-10-04 14:59:51 +02:00
parent 9982818cfa
commit f2265118b4
3 changed files with 5 additions and 3 deletions

View File

@@ -34,7 +34,9 @@ a WebSocket Server and Client for Arduino based on RFC6455.
###### Note: ######
version 2.0 and up is not compatible with AVR/ATmega, check ATmega branch.
version 2.0.0 and up is not compatible with AVR/ATmega, check ATmega branch.
version 2.3.0 has API changes for the ESP8266 BareSSL (may brakes existing code)
Arduino for AVR not supports std namespace of c++.