From 3e88ea26c3c6427651d377f5fca1c5390ddc92a4 Mon Sep 17 00:00:00 2001 From: Jesse Glick Date: Wed, 1 Apr 2015 14:18:39 -0400 Subject: [PATCH] [JENKINS-27700] Noting that JENKINS-27565 changed settings format. --- changelog.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/changelog.html b/changelog.html index 169a1a4a68..db72bd425f 100644 --- a/changelog.html +++ b/changelog.html @@ -78,6 +78,8 @@ Upcoming changes
  • Refactor the Queue and Nodes to use a consistent locking strategy (issue 27565) + Note that this change involved moving slave definitions outside the main config.xml file. + If you downgrade after this, your slave settings will be lost.
  • Makes the Jenkins is loading screen not block on the extensions loading lock (issue 27563) -- GitLab