Skip to content

Commit b75a30b

Browse files
committed
Update CHANGELOG.rst and REAMDE.rst
1 parent 1df00b5 commit b75a30b

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

CHANGELOG.rst

+7
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@ Changelog
1212
This new implementation uses a listener to catch additions that are made to
1313
the enumeration in order to either add or remove instance attributes.
1414

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+
1522

1623
0.10.0
1724
++++++

README.rst

+1
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ Thanks for making PyEcore better!
230230
* Terry Kingston (`@TerryKingston <https://github.com/TerryKingston>`_)
231231
* Afonso Pinto (`@afonsobspinto <https://github.com/afonsobspinto>`_)
232232
* Andy (`@CFAndy <https://github.com/CFAndy>`_)
233+
* annighoefer (`@annighoefer <https://github.com/annighoefer >`_)
233234

234235

235236
Additional Resources

0 commit comments

Comments
 (0)