Update revision log

This commit is contained in:
Cristian Maglie 2016-08-12 17:20:48 +02:00
parent d5dc479e6b
commit 7f630121e2
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@ ARDUINO 1.6.11
[ide]
* Fixed a serious bug that prevented some 3rd party boards, installed through external index.json URL, to work correctly.
* Fixed a bug in boards manager that, in some rare circumstances, could lead to remove bundled
tools when uninstalling a previously installed AVR core.
* builder: fixed regression about inclusion of files in subfolders of the sketch
(see https://github.com/arduino/Arduino/issues/5186 for details)
* avrdude: reverted to version 6.0.1, until all discovered regressions are solved