Merge new changes and update changelog

This commit is contained in:
Veronica Berglyd Olsen
2022-11-11 17:24:04 +01:00
parent fd85770d4d
commit 36cf5c1d76
+3 -2
View File
@@ -71,8 +71,9 @@ opened, a request to update the file format will show up.
* The data access methods for the custom config file parser have been improved to better report * The data access methods for the custom config file parser have been improved to better report
correct type information. PR #1197. correct type information. PR #1197.
* Saving and loading of XML data is now handled by a separate set of reader and writer classes. The * Saving and loading of XML data is now handled by a separate set of reader and writer classes. The
reader class is capable of reading all file formats that have been used thus far. Issue #1189. reader class is capable of reading all file formats that have been used thus far. The various
PR #1221. data classes have been improved, and a new XML file formart version 1.5 added. Issue #1189.
PRs #1221 and #1232.
* The project folder on disk is now wrapped in a storage class that the project accesses files * The project folder on disk is now wrapped in a storage class that the project accesses files
through. It also handles lock files and archiving used for backup. The change is in preparation through. It also handles lock files and archiving used for backup. The change is in preparation
for adding a potential single file format. Issue #1222. PR #1225. for adding a potential single file format. Issue #1222. PR #1225.