File tree 2 files changed +8
-0
lines changed
2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,13 @@ Changelog
12
12
This new implementation uses a listener to catch additions that are made to
13
13
the enumeration in order to either add or remove instance attributes.
14
14
15
+ - Fix issue with XMI serialization for single element container. In those cases
16
+ the path towards the object was not well serialized. It results in a false
17
+ XMI path which made the produced XMI not usable with Eclipse EMF. (Thanks `@annighoefer <https://github.com/annighoefer >`_!)
18
+
19
+ - Prevent ``id `` with spaces from being used. Spaces are used for separating
20
+ multiple references to other objects. (Thanks `@annighoefer <https://github.com/annighoefer >`_!)
21
+
15
22
16
23
0.10.0
17
24
++++++
Original file line number Diff line number Diff line change @@ -230,6 +230,7 @@ Thanks for making PyEcore better!
230
230
* Terry Kingston (`@TerryKingston <https://github.com/TerryKingston >`_)
231
231
* Afonso Pinto (`@afonsobspinto <https://github.com/afonsobspinto >`_)
232
232
* Andy (`@CFAndy <https://github.com/CFAndy >`_)
233
+ * annighoefer (`@annighoefer <https://github.com/annighoefer >`_)
233
234
234
235
235
236
Additional Resources
You can’t perform that action at this time.
0 commit comments