From 560af98ba53977fc8bb3b724ccc1acd30444ce41 Mon Sep 17 00:00:00 2001 From: Bent Witthold Date: Wed, 4 Feb 2026 11:36:17 +0100 Subject: [PATCH] Updated changelog. --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d21f06c..c13c84d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 0.3.0 - 2026-02-04 + +### Added + +- Basic JSON RESTful client (compatible with the GenericRestServer) + - No editing of existing items on the server yet + +### Fixed + +- Save changes when closing the EditItemDialog + ## 0.2.1 - 2026-01-15 ### Added