chore(CHANGELOG): document breaking changes

This commit is contained in:
Martin Stamm 2021-08-25 08:51:30 +02:00
parent 251720d08e
commit e5bf18b0ad
No known key found for this signature in database
GPG Key ID: B3A641060A8CBCF4
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._
### Breaking Changes
* Reworked the link of elements to bpmn DIs. You must access the `di` directly from the diagram element instead of the `businessObject`. [#1472](https://github.com/bpmn-io/bpmn-js/issues/1472)
## 8.7.3
* `FIX`: convert file to `ES6` module ([#1478](https://github.com/bpmn-io/bpmn-js/pull/1478))