From c9666e4372dd256405c33c7fbad3e25642db4c8b Mon Sep 17 00:00:00 2001 From: lorenzo-pomili Date: Mon, 8 Jan 2024 14:20:33 +0100 Subject: [PATCH] INT-2756: fix changelog entry --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 487f058..af257a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,8 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - The `id` attribute was not being used as the id for the editor. -### Improved -- Now `statusbar` can be passed direclty as attribute +### Added +- Added new `statusbar` attribute that sets the editors `statusbar` config option. ## 2.0.2 - 2023-03-27