From ca99671d3cbc6d91a3a1c585bd0829dc8dd195a8 Mon Sep 17 00:00:00 2001 From: Alejandro Alonso Date: Wed, 25 Jun 2025 14:10:13 +0200 Subject: [PATCH] :books: Update CHANGES with support for exif rotated images (#6782) --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index f6152860ee..0eada93384 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -13,6 +13,7 @@ - On components overrides, separate the content of the text from the rest of properties [Taiga #7434](https://tree.taiga.io/project/penpot/us/7434) - Improve dashboard's sidebar [Taiga #10700](https://tree.taiga.io/project/penpot/us/10700) - Change "Save color" button to primary button [Taiga #9410](https://tree.taiga.io/project/penpot/issue/9410) +- Support for exif rotated images [GitHub #6767](https://github.com/penpot/penpot/issues/6767) ### :bug: Bugs fixed - Copying font size does not copy the unit [Taiga #11143](https://tree.taiga.io/project/penpot/issue/11143)