I finally got some time to upgrade to the 2.1 branch, via the zip archive. The CFastLED class functions (i.e. delay, setCorrection, etc.) throw a compile error.
error: ‘class CFastLED’ has no member named ‘delay’
Likely ended the class declaration too early with an extraneous closing curly brace? Looking into it…
I had the same problem and it was because it was still looking at the old library. I deleted everything fastled related in my library and imported it again. No issues after that.