diff --git a/CHANGELOG.rst b/CHANGELOG.rst index cf42ea71b82511108bd3a8aba692da4f3e5f0357..5403abfa8a8a34f1aebf20419a5af4d6409e8401 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -14,11 +14,20 @@ Added * Notification drawer in top nav bar * GraphQL queries and mutations for core data management +* [Dev] Provide plain PDF template without header/footer for special layouts. Changed ~~~~~~~ * Rewrite of frontend using Vuetify +* [Dev] Provide function to generate PDF files from fully-rendered templates. + +Fixed +~~~~~ + +* The logo in the PDF files was displayed at the wrong position. +* Sometimes the PDF files were not generated correctly + and images were displayed only partially. Removed ~~~~~~~