Major bug fix
-
Migrate the view status filter from views in previous Jenkins releases (regression in 2.240).
JENKINS-62661
Enhancement
-
Improve the layout and clarity of the page displayed when jobs are not yet created.
JENKINS-63592
-
Update the bundled Mailer plugin from 1.21 to 1.32.1.
pull 4938
-
Developer: A
SimpleBuildStep
or SimpleBuildWrapper
can now choose not to require a workspace context (working directory and launcher).
JENKINS-46175
-
Developer: PluginServletFilter is now final, making it impossible for plugins to mistakenly define their own.
JENKINS-63682
Bug fix
-
Prevent radio buttons from moving when they are clicked.
JENKINS-63332