@@ -9,6 +9,26 @@ title: Change Log
99- Update SDK to 1.5.3
1010- umm_malloc: print block start address before heap corruption callback is triggered
1111- If GDBStub library is used, break into gdb on assert and panic
12+ - Add option to keep FS classes in namespace (#2030 )
13+ - Add SPIFFS::end (#1657 )
14+ - Add ArduinoOTA::getHostname() interface
15+ - Add __ throw_out_of_range
16+ - Add support for RTC user memory in ESP-specific APIs. (#1836 )
17+ - Expose RTC_USER_MEM in esp8266_peri.h
18+ - Remove DISABLED macro (#2072 )
19+ - Execute global constructors in correct order (#2074 )
20+ - Real board name available in Sketch/MDNS/OTA (#2054 )
21+ - Add DOUT/QOUT flash modes
22+ - Add ESP8285 entry in boards menu
23+ - Move timer detachInterrupt functions into IRAM (#2083 )
24+ - Make Updater be able to run inside async callbacks (#2096 )
25+ - Add new boards Phoenix 1.0 & Phoenix 2.0 (#2088 )
26+ - Store git version of the core in the compiled binary (#2099 )
27+ - Rebuild libstdc++ with mlongcalls and link against it (#1983 )
28+ - Add mechanism for posting functions to the main loop (#2082 )
29+ - MD5Builder::addStream: fixed falsy calculated hash for len > filelength (#2126 )
30+ - Fix SPIFFS.openDir("") (#2143 )
31+ - Bring back old semantics to random and randomSeed, add secureRandom (#1710 ) (#2142 )
1232
1333### Libraries
1434
@@ -25,6 +45,25 @@ title: Change Log
2545- HTTPClient: include non-standard ports in Host: header
2646- ESP8266WiFi: Prevent WiFi config corruption (#1997 #1856 #1699 #1675 )
2747- GDBStub: fix section attribute for core gdbstub functions
48+ - Wire: I2C bus reset with info to user
49+ - ESP8266HTTPClient: allow HTTP header value without LWS
50+ - ESP8266mDNS: Fix mDNS doesn't accept queryService responses from avahi-daemon (#2015 )
51+ - Add MFRC522 to supported libraries (#2044 )
52+ - Update axTLS to ab516f7 (1.5.3+)
53+ - Mention ESP8266Ping library
54+ - ESP8266HTTPClient: fix duplicate Content-Length headers (#1902 )
55+ - ESP8266HTTPUpdateServer: make HTTP Update Server more secure (#2104 )
56+ - ESP8266WiFi: add virtual destructor to WiFiServer class (#2116 )
57+ - ESP8266WiFi: fix error when calling ` WiFiServer::close ` more than once
58+ - ESP8266WiFi: WiFi event handling refactoring (#2119 )
59+ - ESP8266mDNS: restart listening when WiFi STA is connected/disconnected (#1828 )
60+ - ESP8266WiFi: allow DHCP client to be re-enabled using WiFi.config(0U, 0U, 0U) (#1896 )
61+ - ESP8266WiFi: enable SO_REUSE in LwIP and WiFiServer (#1431 )
62+ - ESP8266WebServer: make ESP8266WebServer::urlDecode public (#1419 )
63+ - LwIP: sntp_localtime: return -1 in tm_isdst field (#2010 )
64+ - ESP8266WiFi: fix for crash in WiFiClientSecure when WiFi is disconnected (#2139 )
65+ - SD: Prevent WDT resets in SD library (#1815 )
66+ - ESP8266WiFi: Fix issue when WiFi.begin(ssid, pass) is called right after WiFi.mode(WIFI_OFF)
2867
2968### Tools
3069
0 commit comments