From 08dd95e4eea77c279ebb43ea2978c81350d3fb62 Mon Sep 17 00:00:00 2001 From: Gil Maimon Date: Tue, 21 Apr 2020 12:57:38 +0300 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 9a55db3..95a57e0 100644 --- a/README.md +++ b/README.md @@ -264,6 +264,11 @@ Thanks for everyone who reported a bug, suggested a feature and contributed to t logdog2709
logdog2709

elC0mpa
elC0mpa

+ + + oofnik
⭐️ oofnik

+ + ## Change Log @@ -295,3 +300,4 @@ Thanks for everyone who reported a bug, suggested a feature and contributed to t - **19/10/2019 (v0.4.13)** - Patch - added `yield` calls in order to prevent software-watchdog resets on esp8266 (on long messages). Thank you [elC0mpa](https://github.com/elC0mpa) for documenting and helping with the [issue](https://github.com/gilmaimon/ArduinoWebsockets/issues/43). - **22/11/2019 (v0.4.14)** - Added `rawData` and `c_str` as acccessors in `WebsocketsMessage` so now the raw data can be acccessed which should solve issue #32 and not break any existing sketch. - **24/02/20 (v0.4.15)** - Added `Origin` and `User-Agent` headers to requests sent by the library, this seems to be required by some servers. Thank you [imesut](https://github.com/imesut) for pointing out the issue. +- **21/04/20 (v0.4.16)** - Merged pull request by @oofnik which added 2 way SSL auth for ESP32 and ES8266. Thank you very [oofnik](https://github.com/oofnik) for the contribuation.