deb-murano/releasenotes/notes/model-load-c1eb24843d30e414.yaml
Kirill Zaitsev e9fe5b278c Cleanup, clarify newton release-notes
This commit clarifies, cleans and improves releasenotes for murano

Co-Authored-By: Maria Zlatkova <mzlatkova@mirantis.com>
Change-Id: I6591a62640f192be749c3c58a92dc00ef56dd736
2016-09-14 01:08:51 +03:00

10 lines
528 B
YAML

---
features:
- Added an overload of the new function - ``new($model, $owner)``.
It loads complete object graph in a single call. Objects in the model
can have cross references. In that case, this is the only way to instantiate
the graph. Objects might be specified either in object model format (with
'?' attribute or in MuranoPL format (used for Meta definitions).
- The contract ``class()`` now uses the same approach to load classes from
dictionaries. Thus the same two syntaxes apply there as well.