From 0095ee9d35a3a745e120af4b067828d2a4e9a96c Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Thu, 4 Jul 2024 21:40:41 +0200 Subject: [PATCH] fix issue in changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a71f9f2..b1133aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,13 +4,13 @@ - import Semantics color from compound token, and new color: `iconAccentPrimary`, and make them public so that they can be copied to override colors. - New icons: `ExtensionsSolid`, `MarkAsRead`, `MarkAsUnread`, `Minus` +- Add more screenshot tests. # v0.0.6: - Remove Accompanist SystemUiController library. - Bump dependencies: Kotlin `1.9.23`, Compose BOM `2024.04.00`, Material3 `1.3.1`, AGP `8.3.1`, Robolectric `4.12.1`. - Update Compound tokens (new decorative colors, photo solid icon). -- Add more screenshot tests. # v0.0.5: