From c5adb2db8a168ef9b13a48f688ac0b6b5f9c7d62 Mon Sep 17 00:00:00 2001 From: Maciej Barelkowski Date: Wed, 20 Oct 2021 17:09:21 +0200 Subject: [PATCH] chore(CHANGELOG): update to v8.8.2 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54680753..704f804e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ All notable changes to [bpmn-js](https://github.com/bpmn-io/bpmn-js) are documen ___Note:__ Yet to be released changes appear here._ +## 8.8.2 + +* `FIX`: properly re-use ID of a copied element if available ([#1503](https://github.com/bpmn-io/bpmn-js/pull/1509)) + ## 8.8.1 * `FIX`: re-use ID of a copied element if available ([#1503](https://github.com/bpmn-io/bpmn-js/pull/1503))