From e5f1cd35ef5e9d41769dbedbe253562eacf6cbed Mon Sep 17 00:00:00 2001 From: Ettore Atalan Date: Thu, 20 Jul 2017 21:25:17 +0200 Subject: [PATCH] Update CHANGELOG.md Fixed typo. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62b77ddf..d0f076ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,7 @@ All notable changes to this project will be documented in this file. ### Changed - Use a new configuration page for switching arduino boards - Lazy load the arduino extension on start up, only usb detection works in background, when it detects an arduino board, the extension will fully activate -- Update unit test to somme basic arduino commands +- Update unit test to some basic arduino commands - Fix some typos in code - Fix issue #289 #324 #327