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-whisker.git
commit 667f15b434f68e08b6f3d18c8753f059d5957e15 Author: P. Ottlinger <[email protected]> AuthorDate: Mon Jan 29 23:11:19 2024 +0100 WHISKER-13: Add changelog --- src/changes/changes.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 7d7f5a1..c7a804c 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -58,8 +58,16 @@ The <action> type attribute can be add,update,fix,remove. TODO: WHISKER-xx: collect all dependabot updates for release 0.3. </action> </release> + Error during site generation with Java8 + --> <release version="0.2-SNAPSHOT" date="xxxx-yy-zz" description="Current SNAPSHOT - release to be done"> + <action issue="WHISKER-13" type="fix" dev="dennisl"> + Fixes error during site generation with Java8 and maven plugin version 3.3. + </action> + <action issue="WHISKER-22" type="add" dev="pottlinger"> + Update webpage to not load fonts from GoogleFonts and include privacy link in main menu. + </action> <action issue="WHISKER-22" type="add" dev="pottlinger"> Update webpage to not load fonts from GoogleFonts and include privacy link in main menu. </action>
