You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by ja...@apache.org on 2020/01/16 05:34:19 UTC

[ant] branch master updated: Record the fix in junit-frames-xalan1.xsl, in WHATSNEW

This is an automated email from the ASF dual-hosted git repository.

jaikiran pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ant.git


The following commit(s) were added to refs/heads/master by this push:
     new 577a983  Record the fix in junit-frames-xalan1.xsl, in WHATSNEW
577a983 is described below

commit 577a983b5360cbc84545973c924b296bdf0a5d45
Author: Jaikiran Pai <ja...@apache.org>
AuthorDate: Thu Jan 16 11:03:03 2020 +0530

    Record the fix in junit-frames-xalan1.xsl, in WHATSNEW
    
    Closes #117 pull request at github.com/apache/ant repo.
---
 WHATSNEW | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/WHATSNEW b/WHATSNEW
index 2cb3c21..65c0ce8 100644
--- a/WHATSNEW
+++ b/WHATSNEW
@@ -37,6 +37,9 @@ Fixed bugs:
  * Fixes an issue in AntStructure where an incorrect DTD was being generated.
    Github Pull Request #116
 
+ * Fixes an incorrect variable name usage in junit-frames-xalan1.xsl.
+   Github Pull Request #117
+
 Other changes:
 --------------