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

pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git


The following commit(s) were added to refs/heads/master by this push:
     new 482767c8 RAT-335: Add changelog for new .gitignore parsing in RAT
482767c8 is described below

commit 482767c8d847370f5b11e58cf2383bed64a7476c
Author: P. Ottlinger <pottlin...@apache.org>
AuthorDate: Tue Dec 5 13:36:20 2023 +0100

    RAT-335: Add changelog for new .gitignore parsing in RAT
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f32c7621..3683c408 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -60,6 +60,9 @@ The <action> type attribute can be add,update,fix,remove.
     </release>
     -->
     <release version="0.16-SNAPSHOT" date="xxxx-yy-zz" description="Current 
SNAPSHOT - release to be done">
+      <action issue="RAT-335" type="add" dev="pottlinger" due-to="Niels 
Basjes">
+        Enhance .gitignore handling; support multiple .gitignore files and 
allow a more complete parsing of Git's ignore files.
+      </action>
       <action issue="RAT-322" type="add" dev="pottlinger" 
due-to="Jean-Baptiste Onofré">
         Add configuration option to scan hidden directories: 
--scan-hidden-directories on the command line and scanHiddenDirectories as a 
Maven plugin parameter.
       </action>

Reply via email to