diff --git a/content/_data/changelogs/lts.yml b/content/_data/changelogs/lts.yml
index bd7bc7228d61..a3a1d635fcc0 100644
--- a/content/_data/changelogs/lts.yml
+++ b/content/_data/changelogs/lts.yml
@@ -12212,6 +12212,37 @@
pr_title: "[JENKINS-74814] java.lang.UnsupportedOperationException: This stack walker does not have RETAIN_CLASS_REFERENCE access"
message: |-
Allow context classloaders to be defined without making explicit reference to the calling class.
+
+- version: "2.479.3"
+ date: 2025-01-08
+ changes:
+ - type: bug
+ category: bug
+ pull: 9981
+ issue: 73908
+ authors:
+ - daniel-beck
+ pr_title: "[JENKINS-73908] Do not show button to upgrade to SystemRead users"
+ message: |-
+ Remove Upgrade Automatically from users with `SystemRead` permissions.
+ - type: bug
+ category: bug
+ pull: 9983
+ issue: 73487
+ authors:
+ - daniel-beck
+ pr_title: "[JENKINS-73487] Fix Stapler exception with multiple security warnings"
+ message: |-
+ Fix exception error message about hudson.model.UpdateSite$Warning
on Manage Jenkins that may be shown when plugins with known security issues are installed.
+ - type: bug
+ category: regression
+ pull: 10000
+ issue: 73907
+ authors:
+ - ridemountainpig
+ pr_title: "[JENKINS-73907] Fix double-escaped tooltips in 'Help for feature'"
+ message: |-
+ Fix double-escaped tooltips in "Help for feature" (regression in 2.380).
# DO NOT EDIT THIS FILE DIRECTLY
# ALL CHANGES MUST GO THROUGH PULL REQUESTS
# MALFORMED FILE CONTENTS WILL BREAK THE SITE BUILD
diff --git a/content/_data/upgrades/2-479-3.adoc b/content/_data/upgrades/2-479-3.adoc
new file mode 100644
index 000000000000..fabdfb4d37c1
--- /dev/null
+++ b/content/_data/upgrades/2-479-3.adoc
@@ -0,0 +1 @@
+No notable changes requiring upgrade notes.
\ No newline at end of file