diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 7d86bd8..25916e5 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -615,12 +615,12 @@ The fix solves the loading issue by skiping empty references. cases, an option is now available: ``XMIOptions.OPTION_USE_XMI_TYPE``. **Bugfixes** -- Add missing 'type' field for XMI href serialization. The 'xsi:type' field is - required when a crossreference is serialized. This field is used to check if - the resolved resource has the right type (not really, but it help). This - field is kinda optional at the moment for PyEcore, but required for Java-EMF, - otherwise the EMF will not be able to create the right proxy for the - crossreferenced resource. +- Add missing 'type' field for XMI href serialization. The 'xsi:type' field is +required when a crossreference is serialized. This field is used to check if +the resolved resource has the right type (not really, but it help). This +field is kinda optional at the moment for PyEcore, but required for Java-EMF, +otherwise the EMF will not be able to create the right proxy for the +crossreferenced resource. 0.7.8/0.7.11 diff --git a/README.rst b/README.rst index a1ec5fe..9638699 100644 --- a/README.rst +++ b/README.rst @@ -219,7 +219,7 @@ either. PyEMOFUC proposes, like PyEMOF, a pure Python implementation of the OMG's EMOF. If we stick to a kind of EMF terminology, PyEMOFUC only supports dynamic metamodels and seems to provide a reflexive layer. The project does not appear - to have moved since a while. +to have moved since a while. Contributors ============