Skip to content

Commit 09826c6

Browse files
committed
Releasing 2.3.0
1 parent 3e34c75 commit 09826c6

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

doc/changes.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
title: Change Log
33
---
44

5-
## Current version
5+
## 2.3.0
6+
June 23, 2016
7+
8+
Package link: `http://arduino.esp8266.com/versions/2.3.0/package_esp8266com_index.json`.
69

710
### Core
811
- Fix NMI interrupt handler alignment
@@ -29,6 +32,11 @@ title: Change Log
2932
- MD5Builder::addStream: fixed falsy calculated hash for len > filelength (#2126)
3033
- Fix SPIFFS.openDir("") (#2143)
3134
- Bring back old semantics to random and randomSeed, add secureRandom (#1710) (#2142)
35+
- Add missing pgm_read_ptr{_near/_far} macros (#2160)
36+
- Add macro for maximum open SPIFFS files, settings it to 1 saves about 1k heap. (#2167)
37+
- Fix UART pins setting (#2098)
38+
- Fix ESP.getSketchSize, add ESP.getSketchMD5 (#2158)
39+
- Add Serial.baudRate() to get current baud rate (#2079)
3240

3341
### Libraries
3442

@@ -70,7 +78,7 @@ title: Change Log
7078
- Python 3 compatibility for get.py
7179
- Device side test library and test runner
7280
- Fix ARM toolchain files permissions (#2004)
73-
81+
- Update esptool to 0.4.9
7482

7583
## 2.2.0
7684
April 18, 2016

0 commit comments

Comments
 (0)