aboutsummaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorSimon John <git@the-jedi.co.uk>2016-10-11 19:59:35 +0100
committerSimon John <git@the-jedi.co.uk>2016-10-11 19:59:35 +0100
commita6a9928859e2183b44b555d299e0c2c336ad7ccd (patch)
treed3771e7d771bae3791eca7e26e31eadd67d95113 /HISTORY.md
parent299c1831cc38f1ee027fb5d9f84d7a8d3f7288f3 (diff)
Changed the PARSE_BOARD function to handle colons found in things like build.core and
build.variant Fixes Issue #461
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 8777964..3b53c83 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -10,6 +10,7 @@ I tried to give credit whenever possible. If I have missed anyone, kindly add it
- Fix: Updated CXXFLAGS_STD to match upstream 1.6 (issue #424) (https://github.com/calvinli)
- Fix: Added support for attiny core's use of chip instead of cpu in submenus (https://github.com/straccio)
- Fix: ARDUINO_VERSION can cope with the longer 1.6.10 version string (issue #444) (https://github.com/sej7278)
+- Fix: Changed PARSE_BOARD to handle colons in e.g. CORE or VARIANT (issue #461) (https://github.com/sej7278)
- Tweak: Documentation for Windows updated to include installation of PySerial (https://github.com/sovcik)
### 1.5.1 (Debian version: 1.5-3) (2016-02-22)