From b5055b4a7c84057854eda0790c17ad44c74195ce Mon Sep 17 00:00:00 2001 From: Jack Wills <32690432+mrjackwills@users.noreply.github.com> Date: Fri, 7 Oct 2022 21:01:09 +0000 Subject: [PATCH] docs: changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76cb81a..a25f689 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,9 +10,9 @@ ### Refactors + Impl Copy where able to, [e76878f424d72b943713ef84e95e25fada77d79e] -+ async fn to just fn, [17dc604befac75cb9dc0311a0e43f9927fe0ca30] ++ replace async fn with just fn, [17dc604befac75cb9dc0311a0e43f9927fe0ca30] + remove pointless clone()'s & variable declarations, [6731002ee42c9460042c2c38aff5101b1bcebbe6] -+ replace Strig::from("") with String::new(), [62fb22478697cc9a7ab9fb562a724965b437233a] ++ replace String::from("") with String::new(), [62fb22478697cc9a7ab9fb562a724965b437233a] + replace map_or_else with map_or, [3e26f292c7dc5e13af4580952767ebe821aa5183], [5660b34d5149dce27706ff6daa90b854e6f84e14] # v0.1.4