What's Changed
- Log SDL video driver by @Susko3 in #6535
- Allow multiple values for one key when adding web request parameters by @bdach in #6537
- Disable SDL3 again for other desktop platforms by @peppy in #6541
Breaking changes
Calling WebRequest.AddParameter()
multiple times with the same first parameter (name
) will no longer overwrite previous calls, which is to say, a single parameter name is allowed to be associated with multiple values.
Full Changelog: 2025.220.1...2025.225.0