From 94efc6eaf81a7c7c29beaa5fabecac57862e8407 Mon Sep 17 00:00:00 2001 From: Jarek Danielak <jarek.danielak@camunda.com> Date: Thu, 31 Oct 2024 18:16:41 +0100 Subject: [PATCH] chore: remove outdated changelog entry Co-authored-by: Nico Rehwaldt <nico.rehwaldt@camunda.com> --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e02cb37f4..6f125e468 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,6 @@ All notable changes to [diagram-js](https://github.com/bpmn-io/diagram-js) are d * `FEAT`: only copy if selected elements ([#660](https://github.com/bpmn-io/diagram-js/pull/660)) * `FEAT`: make canvas browser selectable ([#659](https://github.com/bpmn-io/diagram-js/pull/659)) * `FEAT`: trigger keyboard bindings on browser selection only ([#661](https://github.com/bpmn-io/diagram-js/issues/661)) -* `CHORE`: remove utility exports on `KeyboardBindings` ([#665](https://github.com/bpmn-io/diagram-js/pull/665)) ### Breaking Changes