From f4ce55e0beeab1574c3152a9186417fb2de6c4cb Mon Sep 17 00:00:00 2001 From: William Woodall Date: Sat, 9 Jun 2012 18:21:34 -0500 Subject: [PATCH] Update master --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index b0d903c..81d1bf2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,15 @@ # Serial Communication Library +## Note about Repository Changes + +If you had the serial library checked previously and now those settings seem broken, it is because I recently reorganized the serial repository. I wanted these checkouts to break so that you were forced to update. + +If you previously were using the `master` branch, that version is now under the git tag `v0.1`. + +If you were previously using the `boostless` branch, that version is now tagged as `v0.2` or `boostless`. + +If you were previously using the `new_api` branch, that has become the new `master` branch and will be the new `v1.0` version tag soon. + ## Documentation Coming Soon!