-
Notifications
You must be signed in to change notification settings - Fork 22
Add 3.10.0.315 changelog #384
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -0,0 +1,22 @@ | ||||||
| --- | ||||||
| --- | ||||||
|
|
||||||
| [详细版本介绍 (Bilibili)](https://www.bilibili.com/opus/1149333068052430851) | ||||||
|
||||||
| [详细版本介绍 (Bilibili)](https://www.bilibili.com/opus/1149333068052430851) | |
| 详细版本介绍: [cv1149333068052430851](https://www.bilibili.com/opus/1149333068052430851) |
Copilot
AI
Dec 22, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The filename README.md is inconsistent with the established naming convention for changelog files. Based on the pattern in other version directories (e.g., _changelogs/dev/3.9/3.9.0.313.md, _changelogs/dev/3.8/3.8.0.310.md), this file should be named 3.10.0.315.md to match the version number mentioned in the PR title.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The frontmatter at the top of the file appears to be empty. Both line 1 and line 2 contain only the YAML delimiter '---' with no actual frontmatter content between them. If frontmatter is not needed, consider removing both lines entirely. If metadata is needed, add the appropriate fields between the delimiters.