diff --git a/CHANGELOG.md b/CHANGELOG.md
index 94510aca..eb6a4a1e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [Unreleased]
+### Changed
+- Changed scaling behaviour for json widget. Depending on content, it scales to 1-5 rows initially. When the user pastes multi-line json it also rescales to fit the content. [#344](https://github.com/CCDirectLink/crosscode-map-editor/issues/344)
+
## [2.0.1] 2026-03-16
### Fixed
- Added scrollbar back to character selector [#342](https://github.com/CCDirectLink/crosscode-map-editor/issues/342)
diff --git a/webapp/src/app/components/widgets/json-widget/json-widget.component.html b/webapp/src/app/components/widgets/json-widget/json-widget.component.html
index 37c99e53..a1dc7a45 100644
--- a/webapp/src/app/components/widgets/json-widget/json-widget.component.html
+++ b/webapp/src/app/components/widgets/json-widget/json-widget.component.html
@@ -2,9 +2,12 @@
@if (!noPropName) {
}
-