From ea882f6504485c860ce2f8551370ee0e912123e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Richard=20H=C3=B6chenberger?= Date: Fri, 29 Mar 2024 13:04:58 +0100 Subject: [PATCH] Update changelog --- docs/source/v1.9.md.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/v1.9.md.inc b/docs/source/v1.9.md.inc index 8d56bc9a5..d42c91b31 100644 --- a/docs/source/v1.9.md.inc +++ b/docs/source/v1.9.md.inc @@ -2,7 +2,7 @@ ### :new: New features & enhancements -- Added number of subject to `sub-average` report (#902 by @SophieHerbst) +- Added number of subject to `sub-average` report (#902, #910 by @SophieHerbst) - The type annotations in the default configuration file are now easier to read: We replaced `Union[X, Y]` with `X | Y` and `Optional[X]` with `X | None`. (#908 by @hoechenberger)