Update settings release notes author and PRs (#23857)

# Objective

Fixes https://github.com/bevyengine/bevy/issues/23814

It isn't clear whether we should be detailing what is now possible with
bevy settings (can use enums and tuple structs) in the release notes so
i've left it as is but happy to collate code examples and the toml they
result in and add this.
This commit is contained in:
Mat
2026-04-17 16:51:15 +01:00
committed by GitHub
parent 774e1fd32e
commit 068b5083be
+2 -2
View File
@@ -1,7 +1,7 @@
---
title: "User settings"
authors: ["@viridia"]
pull_requests: [23034]
authors: ["@viridia", "@mpowell90"]
pull_requests: [23034, 23719, 23812]
---
The new `bevy_settings` crate provides a framework for user settings and persistent preferences.