From c7561a6a2ae6dcda3ca01aa1feff161a599c9fd5 Mon Sep 17 00:00:00 2001 From: connor rigby Date: Fri, 29 Dec 2017 12:10:51 -0800 Subject: [PATCH] Update changelog --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a012e88..254e0663 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -113,3 +113,21 @@ # 5.0.9 * Add missing redis-py package for Farmware. + +# 6.0.1 +* Add feature auto sync. +* Add feature RPI GPIO. +* Refactor Configurator to not need Javascript/Webpack +* Add timer before network not found factory resets bot. +* Remove steps/mm conversion. +* Bundle new arduino-firmware. +* Replace MQTT with AMQP. +* Get rid of Log batching. +* Add verbosity level to _every_ log message. +* Show position for log messages. +* Add many helpful log messages. +* Add feature to disable many log message. +* Add feature to log all arduino-firmware I/O. +* Migrated CI to CircleCI from TravisCI. +* Refactored FarmEvent Calendar generator. +* Fix a ton of little bugs.