From aa2e0e6574f234e40416dd229330e435d3c7b877 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 | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index fe3c2a6b..f7858260 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -3,6 +3,7 @@ Changelog Patches and Bug Fixes: - Remove servo block family +- Fixe taweili#159 and arduino/Arduino#5454 ========== Version 2.0.0 ========== diff --git a/README.markdown b/README.markdown index fb26f373..1fd8f60d 100644 --- a/README.markdown +++ b/README.markdown @@ -7,7 +7,7 @@ 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 Code written in Ardublock has the file extension .abp.