From 53f3e8ef92d1c01aaaecf966f9a2e840044c3214 Mon Sep 17 00:00:00 2001 From: "David A. Mellis" Date: Sat, 11 Dec 2010 16:38:58 -0500 Subject: [PATCH] Adding a couple of more revision notes. --- build/shared/revisions.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build/shared/revisions.txt b/build/shared/revisions.txt index 28b5b4f9f..13d90b8a5 100644 --- a/build/shared/revisions.txt +++ b/build/shared/revisions.txt @@ -36,6 +36,9 @@ ARDUINO 0022 * Hardware serial receive interrupt optimization. http://code.google.com/p/arduino/issues/detail?id=391 +* Applying the timeout parameter of pulseIn() during measurement of the + pulse, not just while waiting for it. + [environment] * Fixed problem with copy as html and angle brackets. @@ -55,6 +58,8 @@ ARDUINO 0022 faster. Patch by William Westfield and Paul Stoffregen. http://code.google.com/p/arduino/issues/detail?id=393 +* Setting application icon under Windows. + ARDUINO 0021 - 2010.10.02 * Modifying VID / PID combination in 8U2 firmwares.