From 27d6fcfb5fd9a1ed15cdecc556f7cf7af6bcfb66 Mon Sep 17 00:00:00 2001 From: OverloadedOrama <35376950+OverloadedOrama@users.noreply.github.com> Date: Sun, 11 Oct 2020 01:48:32 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6982e4c..b1c9efa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,7 +19,8 @@ Laurenz Reinthaler (Schweini07), PinyaColada - Changed how Dark, Gray, Caramel and Light themes look. All theme elements now have the same spacing and margins. ### Fixed -- Fixed crash where Pixelorama could not load a cached sub-resource - ([#339](https://github.com/Orama-Interactive/Pixelorama/issues/339)) +- Most likely fixed an issue that occurred when the user attempted to export the project, which failed due to a locking error (error code 23). (Part of [#331](https://github.com/Orama-Interactive/Pixelorama/issues/3391)) +- Fixed crash where Pixelorama could not load a cached sub-resource. ([#339](https://github.com/Orama-Interactive/Pixelorama/issues/339)) - When moving tabs, the projects now move along with their respective tabs. - Fixed crash where the animation was playing in the mini canvas preview and then the user switched to a project with less frames. - Fixed issue with the selection rectangle, where if it was being moved while using paste or delete, it went back to its original position. ([#346](https://github.com/Orama-Interactive/Pixelorama/pull/346))