From 97a5a9ad7d25513a0536c9eb4bcf6fa52ce85552 Mon Sep 17 00:00:00 2001 From: Gerrit Birkeland Date: Sat, 26 Mar 2022 09:08:24 -0600 Subject: [PATCH] Update changelog for missed work --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 767ff51cd..66b6a9e74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ ### Bug Fixes - Fixed missing comments on `@enum` style enum members defined in declaration files, #1880. +- Search results will no longer include random items when the search bar is empty, #1881. + +### Thanks! + +- @ychan167 ## v0.22.13 (2022-03-06)