From cc88fec72cd8f45da951e600dfe42e4a6b30fb08 Mon Sep 17 00:00:00 2001
From: Kai Junge <kai.junge@epfl.ch>
Date: Sat, 16 Apr 2022 20:37:41 +0000
Subject: [PATCH] Update CHANGELOG.md

---
 CHANGELOG.md | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 69d86b1..e708984 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
 
-- 
GitLab