You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by po...@apache.org on 2022/08/14 22:16:51 UTC

[creadur-rat] 02/02: RAT-310: Add changelog

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

commit 15daebea391bba69b8f98e6c2590920ba7e8abdc
Author: P. Ottlinger <po...@apache.org>
AuthorDate: Mon Aug 15 00:16:44 2022 +0200

    RAT-310: Add changelog
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index b67357e8..4ba80377 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -56,6 +56,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action issue="RAT-305" type="fix" dev="pottlinger" due-to="dependabot">
         TODO: collect all dependabot updates for release 0.15.
       </action>
+      <action issue="RAT-310" type="update" dev="pottlinger">
+        Fix deprecation warnings in tests. Use hamcrest's annotations instead of ones from JUnit.
+      </action>
       <action issue="RAT-307" type="fix" dev="pottlinger" due-to="dependabot">
         Update to focal (Ubuntu 20.04) on Travis to circumvent build errors and be able to use more modern JDK versions. Deprecate openJDK8 build with focal as it is not supported on Travis.
       </action>