From 23373297550c54beda0e8733c12559dd1fb4f797 Mon Sep 17 00:00:00 2001 From: hofstef Date: Thu, 16 Jan 2025 16:40:16 +0100 Subject: [PATCH] update changelog --- _pages/changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/_pages/changelog.md b/_pages/changelog.md index 3001cb0..b88e99c 100644 --- a/_pages/changelog.md +++ b/_pages/changelog.md @@ -11,6 +11,10 @@ toc_sticky: true ## Latest Build no changes yet +upcoming changes after switching from bpmn-js to diagram-js (v3.0.0): +- touch is no longer supported +- unused attributes were removed from .egn file format => might require an update based on v2.4.0 to ensure backwards-compatibility of .egn files for users who do not want to switch to v3.0.0 + ## v2.4.0 - `Feature`: Make users aware of unsaved changes. [See #175](https://github.com/WPS/egon.io/issues/175) - `Fix`: Empty description is no longer exported as "undefined" in images. [See #186](https://github.com/WPS/egon.io/issues/186)