Updated revision log

This commit is contained in:
Cristian Maglie 2016-11-22 11:37:10 +01:00
parent b1b8e92d5e
commit b22f522316
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
ARDUINO 1.6.13
ARDUINO 1.6.13 - 2016.11.22
[ide]
* Improved robustness of Serial Plotter while dealing with malformed or partial data. Thanks @xloem.
@ -8,6 +8,8 @@ ARDUINO 1.6.13
* Libraries and Boards Managers: if a download error happens (CRC error) the IDE tries to download the file again
without the need to remove the corrupted file manually.
* Improved serial plotter with horizontal axis and grid. Thanks @duff2013
* Windows: Improved DPI detection
* Fixed a bunch of small bugs in the editor.
[core]
* avr: set default values for "upload.verify" and "program.verify" (allows compatibility with older IDE). Thanks @per1234