diff --git a/UPGRADING.md b/UPGRADING.md
index c3e4ade7..83dddbca 100644
--- a/UPGRADING.md
+++ b/UPGRADING.md
@@ -50,8 +50,9 @@
* If you need absolute control more than the above, you can subclass `AppCastHelper` and override methods: `SetupAppCastHelper`, `DownloadAppCast`, and `FilterUpdates`. This probably is not necessary, however, and you can do what you want through the interfaces, most likely.
* `AppCastHelper.SetupAppCastHelper` signature is now `SetupAppCastHelper(IAppCastDataDownloader dataDownloader, string castUrl, string? installedVersion, ISignatureVerifier? signatureVerifier, ILogger? logWriter = null)` (note: no longer takes a `Configuration` object)
* Renamed `AppCastItem.OperatingSystemString` to `OperatingSystem`
-* XML appcasts no longer write `version`, `shortVersion`, or `criticalUpdate` to the ``. Instead, those are all written to the overall `- `.
+* XML app casts write `version`, `shortVersion`, and `criticalUpdate` to the `
- ` tag and the `` (for backwards/Sparkle compat).
* If both the overall `
- ` and the `` have this data, the info from the `
- ` is prioritized.
+ * JSON app casts are not affected.
**Changes/Fixes**