chore(CHANGELOG): update to v8.6.1

This commit is contained in:
Maciej Barelkowski 2021-06-04 11:07:59 +02:00
parent 8743585f79
commit 44a199e4d4
1 changed files with 4 additions and 0 deletions

View File

@ -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.6.1
* `FIX`: serialize `bpmn:DataStoreReference` correctly in case if first participant is an empty pool ([#1456](https://github.com/bpmn-io/bpmn-js/issues/1456))
## 8.6.0
* `FEAT`: support Promise in `inject` test helper ([#1450](https://github.com/bpmn-io/bpmn-js/pull/1450))