diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 8b015c7..7565648 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,4 +1,8 @@ -# Abacus Release 0.0.13 +# Abacus Release 0.0.14 +1. Preserve unknown entities and whitespace +2. Add style and script to AddXMLSpace + +# Abacus Release 0.0.13 2023-04-27 12:32:48 1. Fix SetDocument 2. Fix for SetDocument 3. Add optional temp file name to SetDocument argument diff --git a/acre.config b/acre.config index eae5828..2c9a5ab 100644 --- a/acre.config +++ b/acre.config @@ -14,5 +14,5 @@ "ProjectSpace": "#.Abacus", "StartUp": "", "URL": "https://github.com/the-carlisle-group/Abacus", - "Version": "0.0.13" + "Version": "0.0.14" }