From bb07a0fbc51a7b66688dcdf84774ae34c912ab75 Mon Sep 17 00:00:00 2001 From: Enrique Condes Date: Mon, 4 Sep 2017 10:35:26 -0500 Subject: [PATCH] Create change log to document changes between versions. --- changeLog.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 changeLog.txt diff --git a/changeLog.txt b/changeLog.txt new file mode 100644 index 0000000..3585e25 --- /dev/null +++ b/changeLog.txt @@ -0,0 +1,17 @@ +09/04/17 v1.2.3 +Finally solves the issue of Arduino IDE not correctly detecting and highlighting the keywords. + +09/03/17 v1.2.2 +Solves a format issue in keywords.txt that prevented keywords from being detected. + +08/28/17 v1.2.1 +Fix to issues 6 and 7. Not cleaning the imaginary vector after each cycle leaded to erroneous calculations and could cause buffer overflows. + +08/04/17 v1.2 +Fix to bug preventing the number of samples to be greater than 128. New logical limit is 32768 samples but it is bound to the RAM on the chip. + +05/12/17 v1.1 +Fix issue that prevented installation through the Arduino Library Manager interface. + +05/11/17 v1.0 +Initial commit to Arduino Library Manager.