From e7d5a19c7c7725d9d18091b3505ba6e73ea5c0ce Mon Sep 17 00:00:00 2001 From: Sandeep Mistry Date: Mon, 23 Nov 2015 15:58:59 -0500 Subject: [PATCH] Update revisions.txt for #3337 --- build/shared/revisions.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build/shared/revisions.txt b/build/shared/revisions.txt index 29daeb5fd..fcfe42615 100644 --- a/build/shared/revisions.txt +++ b/build/shared/revisions.txt @@ -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