From b4f4ddd66466feac0423afd2c5f3e0c2fdf256d8 Mon Sep 17 00:00:00 2001 From: altalk23 <45172705+altalk23@users.noreply.github.com> Date: Sat, 27 Jan 2024 18:28:59 +0300 Subject: [PATCH] updat echangelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c612f99de..1e02d814a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ ## v2.0.0-beta.10 * Make index loading when not downloading async (e81b5e9) * (I can't wait to get rid of the old index) + * Log nesting and alignment improvements (f7980d3, 4693eb1) + * Fix `Patch` intersection code (45ce360) + * Fix `InputNode` touch logic (c551d43) + * Force Windows errors to be in English (6ba656c) + * Add sprite scaling for `MDTextArea` (5802b78) ## v2.0.0-beta.9 * Make the index population async as well (3b3e174)