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 750a94c update WHATSNEW for implementation of ClassLoader.findResource(String) method in AntClassLoader 750a94c is described below commit 750a94c35b11acb064ed572d506091abfba33916 Author: Jaikiran Pai <jaiki...@apache.org> AuthorDate: Tue Jul 27 09:02:35 2021 +0530 update WHATSNEW for implementation of ClassLoader.findResource(String) method in AntClassLoader --- WHATSNEW | 3 +++ 1 file changed, 3 insertions(+) diff --git a/WHATSNEW b/WHATSNEW index b8b69fa..abbf2b8 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -9,6 +9,9 @@ Other changes: https://issues.jenkins.io/browse/JENKINS-22310?focusedCommentId=197405&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-197405 Github Pull Request #151 + * AntClassLoader now implements the ClassLoader#findResource(String) method. + Github Pull Request #150 + Changes from Ant 1.10.10 TO Ant 1.10.11 =======================================