Skip to content

Commit 701a9a7

Browse files
committed
Update change log
1 parent 6e2f157 commit 701a9a7

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

doc/changes.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,30 @@ title: Change log
66

77
### Core
88

9-
- Add first batch of file system APIs
9+
- Add file system APIs and documentation
10+
- Add ConfigFile example
1011
- Allow user to run code in user_rf_pre_init
12+
- Add strtoul and strtol, fix strtod
13+
- Update documentation for NodeMCU and Olimex boards
14+
- Disable interrupts inside ESP.getVcc (#567)
15+
- Erase RTC RAM only if RF mode looks invalid (#619)
1116

1217

1318
### Libraries
1419

1520
- ESP8266WebServer: support for sending of PROGMEM strings
21+
- ESP8266WebServer: support for serving files from file system
1622
- ESP8266WiFi: fix mode selection (#529)
23+
- ESP8266mDNS: allow to work on SoftAP interface
24+
- EEPROM: round requested size to 4 bytes (#659)
25+
- Add ESP8266AVRISP library
1726

1827
### Tools
1928

20-
- Update SDK to 1.2.0_15_07_13_p4
29+
- Update SDK to 1.3.0_15_08_10_p1
30+
- Update esptool to 0.4.6
31+
- Bump toolchain version to force libm update on Windows
32+
- ESP8266FS tool update
2133

2234
---
2335
## 1.6.5-947-g39819f0

0 commit comments

Comments
 (0)