From 220766e0c13b18da363415e570b83a148173d343 Mon Sep 17 00:00:00 2001 From: Ankush Kumar Garg Date: Fri, 11 Sep 2026 19:43:55 +0530 Subject: [PATCH] Changelog update for Release 1.10.3 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b234f0ff..3f445684 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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.10.3 + +### Fixed +- Fix attachment upload and path resolution for deeply nested entity compositions where attachments belong to entities that are not direct children of the root entity. `buildEntityPath` and `buildActualPath` in `AttachmentsHandlerUtils` now use the full attachment path for uniqueness and recursively traverse compositions via `findPathToEntity` to build the correct actual path. + ## Version 1.10.2 ### Fixed