From d3e7726cf1225ab0f0870e76e3272bebf135fb6b Mon Sep 17 00:00:00 2001 From: Philipp Fromme Date: Thu, 5 Sep 2024 10:52:56 +0200 Subject: [PATCH] chore(CHANGELOG): update to v2.9.0 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fba4a39..dcdaf1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ All notable changes to [camunda-dmn-js](https://github.com/camunda/camunda-dmn-j ___Note:__ Yet to be released changes appear here._ +## 2.9.0 + +* `FEAT`: lint first item access ([bpmn-io/feel-lint#25](https://github.com/bpmn-io/feel-lint/issues/25)) +* `FEAT`: decision table context menu keyboard navigation ([bpmn-io/dmn-js#848](https://github.com/bpmn-io/dmn-js/issues/848)) + ## 2.8.1 * `FIX`: include Zeebe properties provider and model extension ([#121](https://github.com/camunda/camunda-dmn-js/pull/121))