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-11-12 02:11:55 +0300
committerDaniel Garcia <danielgarcia@gmail.com>2015-11-12 02:11:55 +0300
commit6ebcb6436273cc9a9dc91733af8dfd1fedde6d60 (patch)
tree92aef5d8fbd2dc768c250b4a03a49bced5a04303 /release_notes.md
parent270932ad0d7c6e874f4026632cd83167d4d88c4b (diff)
Rolled power management back into the FastLED object directly - mark the old external power management functions as deprecated
Diffstat (limited to 'release_notes.md')
-rw-r--r--release_notes.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/release_notes.md b/release_notes.md
index e1496556..8b508d34 100644
--- a/release_notes.md
+++ b/release_notes.md
@@ -4,6 +4,7 @@ FastLED3.1.1pre
* Fix edge case bug w/HSV palette blending
* Fix power management issue w/parallel output
* Use static_asserts for some more useful compile time errors around bad pins
+* Roll power management into FastLED.show/delay directly
FastLED3.1.0
============