From 0bfab57ec01355e8507b7d97345623b2359e2438 Mon Sep 17 00:00:00 2001 From: Oleg Nenashev Date: Sun, 29 Jun 2014 02:16:19 +0400 Subject: [PATCH] Noting #1287 Signed-off-by: Oleg Nenashev --- changelog.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/changelog.html b/changelog.html index af8626ad29..d3df3c8e7e 100644 --- a/changelog.html +++ b/changelog.html @@ -90,8 +90,11 @@ Upcoming changes Move 'None' Source Code Management option to top position. (issue 23434)
  • - Fixed NullPointerException when ArtifactPublisher is called for a build with the undefined status. + Fixed NullPointerException when ArctifactArchiver is called for a build with the undefined status. (issue 23526) +
  • + Allow disabling use of default exclude patterns in ArctifactArchiver (.git, .svn, etc.). + (issue 20086)
  • Fixed NullPointerException when "properties" element is missing in a job's configuration submission by JSON (issue 23437) -- GitLab