From 2b53752bc1bf5b61bf6c5f636e0cd1e24b8ecd21 Mon Sep 17 00:00:00 2001 From: Jochen Staerk Date: Fri, 14 Aug 2020 21:08:13 +0200 Subject: [PATCH] Update Release_Notes.md --- Release_Notes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Release_Notes.md b/Release_Notes.md index 233591ab..021ab0b4 100644 --- a/Release_Notes.md +++ b/Release_Notes.md @@ -64,7 +64,7 @@ as artifact ID. "validator" includes the library functionality but is >20 MB bigger due to it's dependencies. -## Update from 1.x to 2.0 +### Update from 1.x to 2.0 ZF2 was possible with Mustang 1 but it is default in Mustang 2, so you will need to `.setZUGFeRDVersion(1)` if you don't want ZUGFeRD 2 files. @@ -90,7 +90,7 @@ String amount = zi.getAmount(); ``` but we are also working on an importer to import into the new invoice class. -## Using the library to create e-invoices +### Using the library to create e-invoices ```