From 223f14710d97548989dba4d0e1206b01416026a5 Mon Sep 17 00:00:00 2001 From: Jacob Nite Date: Mon, 24 Apr 2017 21:35:41 +0200 Subject: [PATCH] Now compatible with Particle 0.6.1 (issue #294 and PR #461 by @foodbag) --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 995bfc32..7d35b820 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ HEAD * Fixed warnings `floating constant exceeds range of float`and `floating constant truncated to zero` (issue #483) * Removed `Print` class and converted `printTo()` to a template method (issue #276) * Removed example `IndentedPrintExample.ino` +* Now compatible with Particle 0.6.1, thanks to Jacob Nite (issue #294 and PR #461 by @foodbag) v5.8.4 ------