From 9a810880dad58df5f4a236940c56a74c122621a3 Mon Sep 17 00:00:00 2001 From: "David A. Mellis" Date: Tue, 10 Aug 2010 01:05:21 +0000 Subject: [PATCH] Updating revisions. --- build/shared/revisions.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/build/shared/revisions.txt b/build/shared/revisions.txt index 24e1fb3a3..2ad51ad18 100644 --- a/build/shared/revisions.txt +++ b/build/shared/revisions.txt @@ -5,11 +5,15 @@ ARDUINO 0019 * Added aliases for the analog input pins: A0, A1, etc. http://code.google.com/p/arduino/issues/detail?id=244 +* Added a String class. + * Added an SPI library (by Christian Maglie). http://code.google.com/p/arduino/issues/detail?id=240 * Revised Ethernet library (by Christian Maglie). +* Updated version of Firmata supports Mega and capability querying. + * More accurate delay() function from BenF. http://code.google.com/p/arduino/issues/detail?id=237 @@ -52,6 +56,10 @@ ARDUINO 0019 * Allowing third-party hardware platforms to reference programmers defined in other platforms. http://code.google.com/p/arduino/issues/detail?id=283 +[examples] + +* Re-organized and numbered for easier access and better progression. + ARDUINO 0018 - 2010.01.29 [core / libraries]