Update RELEASE_NOTES.md (v8) [skip ci]

pull/974/head
Gabriel Burnworth 2019-07-24 14:38:17 -07:00 committed by Connor Rigby
parent e80ae41b6b
commit 8ff6f9a071
No known key found for this signature in database
GPG Key ID: 29A88B24B70456E0
1 changed files with 10 additions and 0 deletions

View File

@ -14,3 +14,13 @@ _This file is parsed by the FarmBot Web App._
# 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.
# v8
This release uses an improved Farmware API:
<br>
* If you have previously added custom or 3rd-party Farmware, you will need to reinstall the Farmware using the new manifest format.
* If you are a Farmware developer using Farmware Tools (`import farmware_tools`), the reinstalled Farmware should continue working as before. If you have authored a Farmware that does not use the package, you will need to replace any FarmBot device communication in your Farmware to use the `farmware_tools` package.
* See the [Farmware developer documentation](https://developer.farm.bot/docs/farmware) for more information.