1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-01-30 19:52:13 +01:00

update revision log

This commit is contained in:
Cristian Maglie 2015-12-30 11:21:33 +01:00
parent cce61f6aad
commit 209f66ed1c

View File

@ -4,6 +4,7 @@ ARDUINO 1.6.8
* Fixed a NullPointerException when dealing with some rare combination of package_*.json files
* Fixed incorrect key bindings handling for changing tab. Thanks @matthijskooijman
* MacOSX: Fixed handling of add indent/remove indent shortcuts (CMD+[ and CMD+])
* Fixed incorrect update of available libraries in Library Manager. Thanks @vicnevicne
[core]
* avr: fixed USB_SendControl(...) for buffer with len > 64. Thanks @NicoHood