summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorcyqsimon <28627918+cyqsimon@users.noreply.github.com>2024-03-01 10:55:38 +0800
committerGitHub <noreply@github.com>2024-03-01 10:55:38 +0800
commit862ede716c4de07f1985884b4af25ac874ab4640 (patch)
tree2fd6144571788ba861d630676a45673b6eddd25f /CHANGELOG.md
parent5f5cc7ed609e8eff29ee0c580e60c468273bf171 (diff)
Remove redundant imports (#377)
* Remove redundant imports - Now linted by clippy in 1.78 - See https://github.com/rust-lang/rust/pull/117772 * Write changelog * Remove Windows-only redundant imports in build script
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1b96cb9..cb4a04b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
## [Unreleased]
+## Fixed
+* Remove redundant imports #377 - @cyqsimon
+
## Added
* CI: include generated assets in release archive #359 - @cyqsimon