From 842b628b99e73aeeaaed8c372c08ee9e7d5b59fa Mon Sep 17 00:00:00 2001 From: Ankush Kumar Garg Date: Tue, 7 Apr 2026 14:10:26 +0530 Subject: [PATCH 1/4] Update CHANGELOG.md --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1749a17f..e9c263412 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). The format is based on [Keep a Changelog](http://keepachangelog.com/). +## Version 1.9.0 + +### Added +- Support for creating attachments in active database entities + +### Fixed +- Improved error handling for SDM and SDMUI related events. + ## Version 1.8.1 ### Fixed From 1e640f5255ab83a7b5ebdf68a5dbc659616838fd Mon Sep 17 00:00:00 2001 From: Ankush Kumar Garg Date: Tue, 7 Apr 2026 14:47:24 +0530 Subject: [PATCH 2/4] Update CHANGELOG.md --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9c263412..a680a09f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/). - Support for creating attachments in active database entities ### Fixed -- Improved error handling for SDM and SDMUI related events. +- Separate UI and Backend Error Keys for Localization. +- Fix upload status when attachments are coppied ## Version 1.8.1 From f832331da02396f59d42d15aae588c8f5b247f06 Mon Sep 17 00:00:00 2001 From: Ankush Kumar Garg Date: Tue, 7 Apr 2026 14:51:22 +0530 Subject: [PATCH 3/4] Update CHANGELOG.md --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a680a09f7..40d4f902c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +7,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/). ## Version 1.9.0 ### Added -- Support for creating attachments in active database entities +- Support attachment creation in active entities ### Fixed -- Separate UI and Backend Error Keys for Localization. +- Separate UI and backend error keys for localization - Fix upload status when attachments are coppied ## Version 1.8.1 From b95919bc79e258c0fd73f39354ad097432b3de9b Mon Sep 17 00:00:00 2001 From: Ankush Kumar Garg Date: Tue, 7 Apr 2026 15:51:24 +0530 Subject: [PATCH 4/4] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40d4f902c..dc8205b06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/). ### Fixed - Separate UI and backend error keys for localization -- Fix upload status when attachments are coppied +- Fix upload status when attachments are copied ## Version 1.8.1