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