From dc956038453b5fa2b268d40c65cc751c8de3d68c Mon Sep 17 00:00:00 2001 From: Maciej Barelkowski Date: Thu, 6 May 2021 16:07:42 +0200 Subject: [PATCH] chore: update CHANGELOG to v8.4.0 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f171c4c4..e4966f3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ All notable changes to [bpmn-js](https://github.com/bpmn-io/bpmn-js) are documen ___Note:__ Yet to be released changes appear here._ +## 8.4.0 + +* `FEAT`: show message name on message flow ([#777](https://github.com/bpmn-io/bpmn-js/issues/777)) +* `FIX`: disallow inserting multiple elements on a sequence flow ([#1440](https://github.com/bpmn-io/bpmn-js/issues/1440)) + ## 8.3.1 * `FIX`: correctly serialize `xml` attributes on `Any` elements