aboutsummaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorSimon John <git@the-jedi.co.uk>2019-07-05 07:03:50 +0100
committerGitHub <noreply@github.com>2019-07-05 07:03:50 +0100
commit0e462fcff173c0e6963f3b23ecb5fbb2e59737e7 (patch)
tree8417f2c9144a3090e7a10ac848199e04f543b481 /HISTORY.md
parent95cae69d7c8067a498c0521b1e3b455058822867 (diff)
parentd4ae799795d3c1f096d83b94e498715fbf9a1296 (diff)
Merge pull request #599 from szeder/build-api
Build the ArduinoCore API (fixes issue #607)
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 fe79c75..8f228fe 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -31,6 +31,7 @@ I tried to give credit whenever possible. If I have missed anyone, kindly add it
- New: Add support for BOARD_CLOCK for board.menu.speed and board.menu.clock entries in boards.txt files. (https://github.com/dewhisna)
- New: Updated Arch instructions. (https://github.com/Akram-Chehaima)
- New: Add support for Robotis OpenCR 1.0 boards.
+- New: Build the ArduinoCore API
### 1.6.0 (2017-07-11)
- Fix: Allowed for SparkFun's weird usb pid/vid submenu shenanigans (issue #499). (https://github.com/sej7278)