aboutsummaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorSimon John <git@the-jedi.co.uk>2019-06-12 20:28:02 +0100
committerGitHub <noreply@github.com>2019-06-12 20:28:02 +0100
commitcf5d016746c82e72c501ee10dfd55be6bf937d83 (patch)
tree53102c9be34ae88974a0ed336ec388b32f9e7fc8 /HISTORY.md
parent3817dbeb2847cb33173063c6d4488bfdc18aafbb (diff)
parentdafdaafabd7929391cf5e0b21509f22bedae5ae4 (diff)
Merge pull request #605 from szeder/quiet-0
Show the configuration when ARDUINO_QUIET=0
Diffstat (limited to 'HISTORY.md')
-rw-r--r--HISTORY.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY.md b/HISTORY.md
index 04ff1e4..fe79c75 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -11,6 +11,7 @@ I tried to give credit whenever possible. If I have missed anyone, kindly add it
- Fix: Quote the prefix tag in the space_pad_to function
- Fix: recognize serial monitors with full path in MONITOR_CMD
- Fix: Grab USB_PRODUCT and USB_MANUFACTURER from boards.txt for 32u4 boards (issue #594).
+- Fix: Show the configuration when ARDUINO_QUIET=0
- Tweak: Move chip erase flag from set_fuses to ispload to prevent sketch being nuked when setting fuses
- Tweak: Set ARDMK_VERSION to 1.6 (https://github.com/sej7278)
- Tweak: Move non-standard-related items from CxxFLAGS_STD to CxxFLAGS (issue #523) (https://github.com/sej7278)