Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FastLED/FastLED.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Garcia <danielgarcia@gmail.com>2015-09-23 19:22:19 +0300
committerDaniel Garcia <danielgarcia@gmail.com>2015-09-23 19:22:19 +0300
commitb01f941d0964eaf486f4d050e74ae6a65a5816d7 (patch)
tree430881702b325bda6b475b5e99624512407790cb
parent45084481ecf3c16d0deafb2f73fa2f3228a2ac3d (diff)
updating release notesv3.1.0
-rw-r--r--release_notes.md19
1 files changed, 17 insertions, 2 deletions
diff --git a/release_notes.md b/release_notes.md
index 0390c6bf..a06ad21b 100644
--- a/release_notes.md
+++ b/release_notes.md
@@ -1,7 +1,22 @@
-3.0.1
+FastLED3.1.0
+============
+* Added support for the following platforms
+ * Arduino Zero
+ * Teensy LC
+ * RFDuino/nrf51822
+ * Spark Core
+* Major internal code reoganization
+* Started doxygen based documentation
+* Lots of bug/performance fixes
+* Parallel output on various arm platforms
+* lots of new stuff
+
+FastLED3.0.2
+============
* possibly fix issues #67 and #90 by fixing gcc 4.8.x support
-3.0.1
+FastLED3.0.1
+============
* fix issue #89 w/power management pin always being on
FastLED3.0