Skip to content

Commit

Permalink
Update ChangeLog.md
Browse files Browse the repository at this point in the history
Final update before release
  • Loading branch information
SpenceKonde committed Jul 7, 2020
1 parent ae6fb86 commit aeb939c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
2.0.4
* Switch to new and improved compiler toolchain - now get informative errors if sketch is too big on parts that use RJMP, bugfix for eeprom.h (not to be confused with EEPROM.h), various header improvements (board manager install only).
* Improve naming of exported binary and assembler listings - now includes every setting that could impact the output!
* Fix failure to export compiled binary on some linux platforms (#201)
* Massive doc improvements.
* Improve backwards compatibility of Wire.h (#203)
* Fix strange bug in EEPROM.h that was somehow missed
* Mark unqualified BOD settings that were removed from datasheet as unofficial, add warning that they may not work correctly (but suspect will be close - they were working for me before I realized they were unsupported! they were listed in io.h before!), and add Microchip's guaranteed operating speeds + BOD levels per datasheet to documentation.
* Switch to new and improved compiler toolchain - now get informative errors if sketch is too big on parts that use RJMP, various header improvements (board manager install only).
* Possibly fix #189!
* Fix problem with millis not being entirely disabled when set to be disabled.
* Ever so slightly improve baud rate accuracy, reduce space taken by Serial.begin() by a few bytes.
Expand Down

0 comments on commit aeb939c

Please sign in to comment.