From cd5d31b404966a2e01a5485c55210d8a4b131f50 Mon Sep 17 00:00:00 2001 From: AresValley Date: Fri, 30 Sep 2022 22:37:22 +0200 Subject: [PATCH] Updated changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index daea037..625efa6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm The first release is [3.0.0] because this is actually the third major version (completely rewritten) of the software. +## [3.2.4] - 2022-09-30 +### Fixed +- Fixed crash on opening the Rx/Tx Condition tab + ## [3.2.3] - 2022-09-29 ### Added - Add auto-packaging feature using GitHub actions for Windows OS (experimental)