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 b3858cdd0de7416ec60ceda49bf270ebf90accfe Author: Hugo Hirsch <[email protected]> AuthorDate: Mon Jan 27 22:18:05 2020 +0100 RAT-262: 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 0162a99..9296f54 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -55,6 +55,9 @@ The <action> type attribute can be add,update,fix,remove. <body> <release version="0.14-SNAPSHOT" date="2019-xx-xx" description="Current SNAPSHOT - to be done"> + <action issue="RAT-262" type="fix" dev="pottlinger"> + Treat JSON data as binary to avoid reports of missing licenses. + </action> <action issue="RAT-260" type="fix" due-to="Kamil BreguĊa" dev="pottlinger"> Change to docker image when building on Travis to avoid JDK version mixup in traditional build setup. </action>
