From 5aa9238904eacac3c8f249dff06a517f8a8a72cf Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Tue, 11 Jun 2024 16:58:28 -0700 Subject: [PATCH] Update changelog for v0.10.3 --- Changelog.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 1f1cdd3..a3e8cd7 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,7 +1,9 @@ v0.10.3 on 2024-05-28 --------------------- -- Stop using `let` to avoid breaking backwards compatibility with ES5. Thanks to [Maximilian Herold](https://github.com/mherold) for the report +- Stop using `let` to avoid breaking backwards compatibility with ES5. Thanks to [Maximilian Herold](https://github.com/mherold) for the report #87 + +- Drop '份' suffix from Chinese month names. Thanks to @mogando668 for the report #88 v0.10.2 on 2023-05-24 ---------------------