Skip to content

Commit

Permalink
chore: reword release info
Browse files Browse the repository at this point in the history
Related to #4691
  • Loading branch information
barmac committed Nov 22, 2024
1 parent 5e78378 commit 8e899f0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions client/src/plugins/version-info/ReleaseInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,19 +45,19 @@ export function ReleaseInfo(props) {
<ul className="dashed">
<li>
<h4>Support for task listeners in Camunda 8</h4>
Define user task listeners in your Camunda 8.7 diagrams, and get guidance along way.
Define user task listeners in your Camunda 8.7 diagrams, with helpful guidance provided every step of the way.
</li>
<li>
<h4>Improved variables panel</h4>
Access the variables panel easily from the application footer or toggle it through a keyboard shortcut.
<h4>Enhanced variables panel</h4>
Quickly access the variables panel from the application footer or toggle it using a keyboard shortcut.
</li>
<li>
<h4>Improved on canvas search</h4>
Find more things inside a BPMN diagram, using improved search and filter functionality.
Locate elements and details more efficiently within BPMN diagrams, thanks to upgraded search and filtering capabilities.
</li>
<li>
<h4>Bug fixes and more</h4>
As always, this release incorporates bug fixes and additional minor improvements.
This release includes bug fixes and additional minor improvements to enhance your experience.
</li>
</ul>
</div>
Expand Down

0 comments on commit 8e899f0

Please sign in to comment.