Skip to content

Commit 89e182a

Browse files
committed
Update changelog
1 parent 214d8bc commit 89e182a

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

doc/changes.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,14 @@ title: Change Log
2525
- Fix pwm first step getting skipped
2626
- Update SDK to 1.5.1_16_01_08
2727
- HardwareSerial: allow mapping of UART0 TX to GPIO2
28+
- Add 128K SPIFFS for 512KB modules
29+
- Reduce stack usage by Print::printf
30+
- Fix a crash in String::changeBuffer()
31+
- Implement static initialization guards (#500)
32+
- Implementation of Tone API using timer1
33+
- Use umm_malloc for heap management
34+
- Configurable I2C clock stretching limit
35+
- Add a new board entry for the SparkFun Thing Dev
2836

2937
### Libraries
3038

@@ -50,10 +58,18 @@ title: Change Log
5058
- EEPROM: optimised `_dirty` flag
5159
- ESP8266mDNS: advertise all hosted services
5260
- Remove bundled OneWire - ESP8266 support has been merged in the official OneWire sources
61+
- WiFiClientSecure: don't panic if memory allocation fails
62+
- Verify domain name in WiFiClientSecure::verify
63+
- Speed up WiFi.hostByName when the hostname is actually an IP
64+
- Fix WiFi scan issue (#1355)
65+
- Workaround for LwIP not handling ERR_ABRT
66+
- Servo value read and write fixes
5367

5468
### Tools
5569

5670
- espota.py: add support for manually selecting ip and port for host side
71+
- Update esptool to 0.4.7
72+
- Make espota compatible with python 3.5
5773

5874
---
5975
## 2.0.0

0 commit comments

Comments
 (0)