From 7f73eb582df7615423188fa25f4ff4690239afea Mon Sep 17 00:00:00 2001 From: CosminPerRam Date: Mon, 13 Mar 2023 00:45:54 +0200 Subject: [PATCH] [Crate] Update CHANGELOG to add optimizations thanks --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f74845..62fc68a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ Who knows what the future holds... # 0.X.Y - DD/MM/2023 ### Changes: +Crate: +- General optimizations thanks to [cargo clippy](https://github.com/rust-lang/rust-clippy) and [@cainthebest](https://github.com/cainthebest). + Protocols: - GameSpy 1: Add key `admin` as a possible variable for `admin_name`.