diff --git a/changelog.html b/changelog.html index 7821e98e375731deeab39cb32a3687f532b21bfd..0b44824fef0aa3cb5b5f5d6fdf33f73c801cdfe8 100644 --- a/changelog.html +++ b/changelog.html @@ -64,6 +64,15 @@ Upcoming changes
  • Make the lifetime of queue items cache configurable. (issue 19691) +
  • + Support --username/--password authentication for CLIMethod based CLI commands. + (issue 23988) +
  • + Don't link to /safeRestart after update if Jenkins cannot restart itself. + (issue 24032) +
  • + Properly consider busy executors when reducing a node"s executor count. + (issue 24095)