aboutsummaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorSudar <sudar@sudarmuthu.com>2013-06-09 13:12:19 +0530
committerSudar <sudar@sudarmuthu.com>2013-06-09 13:12:19 +0530
commit70986c14f69633ff66075e82d34eb9e18f6d9109 (patch)
tree024088461117d8a5284312f473c3f29511650f3b /HISTORY.md
parentca49da9f1d3f39482fbf9bbd7a85b96fff9020ae (diff)
Strip extra whitespace from the variable. Fixes #57
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 fa6a08b..b78fac5 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -7,6 +7,7 @@ The following is the rough list of changes that went into different versions. I
- Add USB_VID and USB_PID to CPPFLAGS only if the board is Leonardo.
- Allow adding extra common dependencies (COMMON_DEPS) (https://github.com/gaftech)
- Added ifndef ARDUINO_VAR_PATH for compiling for the attiny (https://github.com/danielesteban)
+- Strip extra whitespace from the `BOARD_TAG` variable
### 0.10.4 (2013-05-31) @matthijskooijman
- Improved BAUD_RATE detection logic