Skip to content

Commit

Permalink
chore(CHANGELOG): better breaking change description
Browse files Browse the repository at this point in the history
  • Loading branch information
jarekdanielak committed Nov 15, 2024
1 parent 1c340ba commit a4faee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ___Note:__ Yet to be released changes appear here._

### Breaking Changes

* Keyboard is now implicit, and canvas is focusable, cf. [bpmn-io/diagram-js#662](https://github.com/bpmn-io/diagram-js/pull/662))
* Keyboard is now bound implicitly, and canvas is focusable. Using `bindTo` configuration or calling `keyboard.bind` API with `node` parameter specified now results in a console error and has no effect, cf. ([bpmn-io/diagram-js#662](https://github.com/bpmn-io/diagram-js/pull/662)).

## 2.10.2

Expand Down

0 comments on commit a4faee3

Please sign in to comment.