1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-03-21 12:29:23 +01:00

Update revisions.txt for #3337

This commit is contained in:
Sandeep Mistry 2015-11-23 15:58:59 -05:00
parent 9f8feea8b7
commit e7d5a19c7c

View File

@ -16,6 +16,9 @@ ARDUINO 1.6.7
[core]
* Fixed wrong timings for HardwareSerial::flush() in SAM core. Thanks @borisff
* Stream: Optional lookahead and skipChar options added to parseInt and parseFloat,
parseFloat also support parsing floats without a leading 0,
Stream::find(char) added to SAM. Thanks @Chris--A.
ARDUINO 1.6.6 - 2015.11.03