From 3334af082c3ddf888850c8bad48bd28c511095e1 Mon Sep 17 00:00:00 2001 From: Gabriel Burnworth Date: Fri, 25 Jan 2019 17:41:12 -0800 Subject: [PATCH] Update RELEASE_NOTES.md (v7) [skip ci] --- RELEASE_NOTES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index a5dd616b..8b5e399b 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -10,3 +10,7 @@ _This file is parsed by the FarmBot Web App._ * Sequence errors will now send an emergency stop command, locking FarmBot. * If you are using `Farmduino (Genesis v1.3)`, check that `FIRMWARE` is correct after upgrading. If it isn't, choose the correct value from the drop-down. + +# v7 + +* FarmBot OS now uses Python 3 rather than Python 2 when running Farmware. If you have added custom or 3rd-party Farmware, please check to make sure your FarmBot is still running as expected.