From 366b03174a8d5f33636713d4d8cffb410151fdb4 Mon Sep 17 00:00:00 2001 From: greg Date: Sat, 12 Nov 2016 21:00:31 +0000 Subject: [PATCH] Update ChangeLog and Documentation - taweili#159 and arduino/Arduino#5454 marked as "Patches and Bug Fixes" as backwards compatibility is preserved and no apparent new features added. --- ChangeLog.txt | 1 + README.markdown | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index fe3c2a6b..a27c80e0 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -3,6 +3,7 @@ Changelog Patches and Bug Fixes: - Remove servo block family +- Fixes taweili#159 and arduino/Arduino#5454 ========== Version 2.0.0 ========== diff --git a/README.markdown b/README.markdown index fb26f373..3167b1e7 100644 --- a/README.markdown +++ b/README.markdown @@ -7,7 +7,8 @@ ArduBlock is a Block Programming Language for Arduino. The language and function Ardublock is a free graphical programming environment to make programming physical computing with Arduino as easy as drag and drop. It is based on the popular ‘scratch’ programming language, which many will already be familiar with. Ardublock generates code in C, a text based language used by the Arduino IDE, which can then be studied and modified if desired. Ardublock is an extension to the Arduino IDE so that will need to be downloaded as well (found here https://www.arduino.cc/en/Main/Software). -* Ardublock has been tested with version 1.0.5-r2, available here: http://arduino.googlecode.com/files/arduino-1.0.5-r2-windows.exe +* Ardublock is tested with version 1.6.12, available here: https://www.arduino.cc/download_handler.php?f=/arduino-1.6.12-windows.exe +* Backwards compatibility has been maintained to 1.0.5-r2 Code written in Ardublock has the file extension .abp.