From 5150678ed012f5ab635ce620e7adf70cdabca2ea Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Tue, 16 Jul 2024 17:29:42 +0100 Subject: [PATCH] Update NEWS Signed-off-by: Simon McVittie --- NEWS | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 9d5c68c9..ebce6f8b 100644 --- a/NEWS +++ b/NEWS @@ -28,6 +28,9 @@ Bug fixes: * Use more similar translatable strings for some error messages (#5748) + * Document `flatpak config --set languages '*all*'` correctly: + it is really `*all*` (or equivalently `*`), not just `all` (#5836) + * Fix a misleading comment in the test for CVE-2024-32462 (#5779) * Fix a copy/paste error in the 1.15.7 release notes @@ -38,7 +41,8 @@ Bug fixes: Internal changes: - * Split library code into more, smaller translation units (#5409, 5801) + * Split library code into more, smaller translation units, reducing + internal circular dependencies (#5409, #5801, #5803) * Add some convenience macros in the test suite (#5693)