From 758ffff7ea5c9e0c08318a4f737183eb9c46eda1 Mon Sep 17 00:00:00 2001 From: Gerrit Birkeland Date: Fri, 24 Jun 2022 19:30:51 -0600 Subject: [PATCH] Update changelog --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac98e4d80..d0d44aabb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Unreleased +### Features + +- Relaxed restrictions on `@enum` style enums to also permit non-literal strings and numbers, #1956. + +### Bug Fixes + +- `searchGroupBoosts` was only computing the boost for the first reflection in a group, #1958. + +### Thanks! + +- @shmax +- @Zamiell + ## v0.22.17 (2022-06-01) ### Features