Add changelog

This commit is contained in:
Sandeep Mistry 2016-04-15 09:20:11 -04:00
parent 9229123274
commit 9070f2b11f

10
CHANGELOG Normal file
View File

@ -0,0 +1,10 @@
NTPClient 3.0.0 - ????.??.??
* Constructors now require UDP instance argument, to add support for non-ESP8266 boards
* Added optional begin API to override default local port
* Added end API to close UDP socket
* Changed return type of update and forceUpdate APIs to bool, and return success or failure
Older
* Changes not recorded