From 6e87b2f909a7bfab5b30f2a4a8b795f812a6934c Mon Sep 17 00:00:00 2001 From: andy Date: Sun, 28 Jul 2024 17:11:50 +0800 Subject: [PATCH] Update CHANGELOG.md Fix the changelog. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ea1161..cf10a13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ ## 2024.0728 * Add `StartTime` property in the `Model.Lyric` class. This property is used to store the start time of the lyric.~~ * `LrcParse` is re-written. Now it can follow the [LRC and Enhanced LRC format](https://en.wikipedia.org/wiki/LRC_(file_format) to decode/encode the lyric correctly. -* Create the `KarParser`, which is~~~~ u~~~~sed to parse the Karaoke file with format like `[00:51.00]ka[01:29.99]ra[01:48.29]o[02:31.00]ke[02:41.99]`. \ No newline at end of file +* Create the `KarParser`, which is used to parse the Karaoke file with format like `[00:51.00]ka[01:29.99]ra[01:48.29]o[02:31.00]ke[02:41.99]`.