Skip to content

Commit 354c769

Browse files
committed
update revision log
1 parent 9c4d52c commit 354c769

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

build/shared/revisions.txt

+6
Original file line numberDiff line numberDiff 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+
1420
ARDUINO 1.8.6 2018.08.23
1521

1622
[ide]

0 commit comments

Comments
 (0)