From 79f66b686aec30b043c84cdca52ab85cf0c21e90 Mon Sep 17 00:00:00 2001 From: Ruggero Cino Date: Tue, 25 Jul 2023 14:41:40 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51f6f9345..c41fced5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,13 +6,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] -### Changed -- Changed the contents of IconCopy and IconLinkExternal -- Added new icons - IconExplore, IconShrink, IconRadioPause, IconQuestion, and IconFailure + +### Added + +- New icons: IconExplore, IconShrink, IconRadioPause, IconQuestion, and IconFailure +- `acceptableFileFormat` property for InputImage component ### Changed -- a new variable named acceptableFileFormat added to inputImage Component +- Changed the contents of IconCopy and IconLinkExternal ## [0.2.7] - 2023-07-24