diff --git a/doc/source/change_log.md b/doc/source/change_log.md index e29501ef..3732f9dd 100644 --- a/doc/source/change_log.md +++ b/doc/source/change_log.md @@ -1,5 +1,16 @@ # Change Log +## 1.0.0-rc5 + +* Fix error message in xmlization on XML declaration (#25) + + When we encountered XML declarations, we threw exceptions with + uninformative messages. Namely, we expect the reader to be moved to the + content, but most users omitted to read that in the documentation. + + We refine the error message for this particular situation, and hint at + `MoveToContent` method on the reader. + ## 1.0.0-rc4 * Update to aas-core-meta, codegen, testgen 4d7e59e, f3d9538, diff --git a/src/AasCore.Aas3_0/AasCore.Aas3_0.csproj b/src/AasCore.Aas3_0/AasCore.Aas3_0.csproj index 05a4ac99..946ba3b6 100644 --- a/src/AasCore.Aas3_0/AasCore.Aas3_0.csproj +++ b/src/AasCore.Aas3_0/AasCore.Aas3_0.csproj @@ -7,7 +7,7 @@ 8 AasCore.Aas3_0 - 1.0.0-rc4 + 1.0.0-rc5 Marko Ristin An SDK for manipulating, verifying and de/serializing Asset Administration Shells.