diff --git a/CHANGELOG.md b/CHANGELOG.md index 69d86b10e195bf0742736481d5a80fadc4457e5b..e708984647d0591f7d231c2867cfd68f30703695 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,15 +12,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ### Removed --> -## [Unreleased] +## [Release v1.1.0] - to be released ### Added -- Status variable to indicate when a messege with new data is received. +- Status variable `newMsgRecieved` to indicate when a messege with new data is received +- Documentation on the functions and variables +- Option to send multiple messages from python to arduino side +- Testing data on different OS with different Arduinos ### Changed -- Threading to terminate when the main python file is terminated. +- Threading to be killed when the main python file is terminated +- Bugfix on communication to be slow on a windows machine -<!-- ### Removed --> +### Removed +- Removed requirement to specify the message name on the python side ## [Release v1.0.0](https://gitlab.epfl.ch/create-lab/lab-systems/arduino_python_communication/-/releases/release_v1.0.0) - 22-1-2022