From d15c4b6508618834ea9164e07629fdad26ac6f54 Mon Sep 17 00:00:00 2001 From: AJ Keller Date: Sun, 27 Aug 2017 14:34:43 -0400 Subject: [PATCH] CHORE: Update and merge in changelog for initial 1.0.0 release --- changelog.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/changelog.md b/changelog.md index 6831391..341d672 100644 --- a/changelog.md +++ b/changelog.md @@ -1,17 +1,15 @@ # v1.0.0 +### Breaking Changes + +* String messages are now sent with `\0` which really really helped the conversion to clean strings on the wifi shield! + ## Release Candidate 2 ### New Functions * Add `sendStringMulti(char)` -## Release Candidate 3 - -### Breaking Changes - -* String messages are now sent with `\0` which really really helped the conversion to clean strings on the wifi shield! - ## Release Candidate 1 First releases