Update revisions.txt for #3337

This commit is contained in:
Sandeep Mistry 2015-11-23 15:58:59 -05:00
parent 9f8feea8b7
commit e7d5a19c7c
1 changed files with 3 additions and 0 deletions

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