diff --git a/Changelog.md b/Changelog.md index 59d79f3..81946af 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,2 +1,9 @@ v1.3.0 (24 September 2025): -- component optional property 'showTableTitles' renamed to 'showTitles' as it now applies to both chart and table titles. Default value is true. \ No newline at end of file +- Chart component optional property 'showTableTitles' renamed to 'showTitles' as it now applies to both chart and table titles. Default value is true. + +v1.4.0 (10 November 2025): +- Chart component's optional properties' default values updated: + - 'showTitles' default changed to true. + - 'showSources' default changed to true. + - NEW: showLastUpdated defaults to false. +- Chart component's new optional property 'showLastUpdated' (boolean) added to control the visibility of the last updated information above the source information. \ No newline at end of file