From e2de45fa03669e584d9496ea44452441a2b651c9 Mon Sep 17 00:00:00 2001 From: elims <46279009+theelims@users.noreply.github.com> Date: Fri, 5 Apr 2024 22:11:55 +0200 Subject: [PATCH] Updated CHANGELOG after accepting PRs --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ee90374..b4d80f5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,12 +14,15 @@ All notable changes to this project will be documented in this file. - more generic board definition in platformio.ini (#20) - refactored MqttPubSub.h into a single class to improve readability -- Moves appName and copyright to `layout.ts` to keep customization in one place. +- Moves appName and copyright to `layout.ts` to keep customization in one place (#31) +- Make eventSource use timeout for reconnect (#34) +- Make each toasts disappear after timeout (#35) ### Fixed - Duplicate method in FeatureService (#18) - Fixed compile error with FLAG `-D SERVE_CONFIG_FILES` +- Removes duplicate begin (#36) ### Removed