From 28fe30a0b87ea0b576f8409f8ec194a5c27325a8 Mon Sep 17 00:00:00 2001 From: Maciej Barelkowski Date: Tue, 30 Jul 2024 09:26:30 +0200 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a83c854..5acde35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,20 +8,26 @@ ___Note:__ Yet to be released changes appear here._ ## 4.16.0 -* `FEAT`: add `Binding` entry to busines rule task, call activity and user task ([bpmn-io/bpmn-js-properties-panel#1067](https://github.com/bpmn-io/bpmn-js-properties-panel/pull/1067)) * `DEPS`: update to `@bpmn-io/properties-panel@3.22.4` * `DEPS`: update to `bpmn-js-properties-panel@5.20.0` * `DEPS`: update to `camunda-bpmn-js-behaviors@1.5.0` * `DEPS`: update to `zeebe-bpmn-moddle@1.4.0` +### Key Changes in Properties Panel + +* `FEAT`: add `Binding` entry to busines rule task, call activity and user task ([bpmn-io/bpmn-js-properties-panel#1067](https://github.com/bpmn-io/bpmn-js-properties-panel/pull/1067)) + ## 4.15.0 -* `FIX`: safely remove message when changing template ([bpmn-io/bpmn-js-element-templates#111](https://github.com/bpmn-io/bpmn-js-element-templates/pull/111)) -* `FIX`: remove existing event definition when applying template ([bpmn-io/bpmn-js-element-templates#111](https://github.com/bpmn-io/bpmn-js-element-templates/pull/111)) * `DEPS`: update to `bpmn-js-properties-panel@5.19.0` * `DEPS`: update to `bpmn-js-element-templates@2.0.0` * `DEPS`: update to `bpmn-js-create-append-anything@0.5.2` +### Key Changes in Element Templates + +* `FIX`: safely remove message when changing template ([bpmn-io/bpmn-js-element-templates#111](https://github.com/bpmn-io/bpmn-js-element-templates/pull/111)) +* `FIX`: remove existing event definition when applying template ([bpmn-io/bpmn-js-element-templates#111](https://github.com/bpmn-io/bpmn-js-element-templates/pull/111)) + ## 4.14.0 * `DEPS`: update to `zeebe-bpmn-moddle@1.2.0`