File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,18 @@ ARDUINO 1.8.7 2018.09.11
55[ide]
66* Fixed: IDE doesn't start if library_index.json is corruped.
77* Fixed: IDE doesn't start if a library with invalid version is found.
8+ * Fixed: Rare build errors in very complex sketches (like Marlin firmware).
89* Fixed: Better dialog explaining that MacOSX 10.8 is now required. Thanks @PaulStoffregen
910* Fixed: Slow "File" and "Tools" menus in MacOSX
1011* Fixed: Weird Board Manager behaviour if AVR core is downgraded to a version earlier than 1.6.22
1112* Improved first-use usability if the user don't select the serial port. Thanks @PaulStoffregen
1213* Custom "Tools" menu now keeps the order as defined in boards.txt.
1314
15+ [core]
16+ * AVR: Fixed EEPROM warnings. Thanks @bxparks
17+ * AVR: Treat "narrowing conversion" as warning, not error. This will make some libraries
18+ to compile again. Thanks @PaulStoffregen
19+
1420ARDUINO 1.8.6 2018.08.23
1521
1622[ide]
You can’t perform that action at this time.
0 commit comments