Skip to content
Snippets Groups Projects

Implement default metadata for components and adapters

Merged Martin Lange requested to merge default-metadata into main
Compare and Show latest version
1 file
+ 6
0
Compare changes
  • Side-by-side
  • Inline
+ 6
0
@@ -2,6 +2,12 @@
## [unpublished]
### Breaking changes
* All fields of `Composition` are now private (!273)
* `Input.source` is private, `Input.get_source()` becomes property `Input.source` (!273)
* `Output.targets` is private, `Output.get_targets()` becomes property `Output.targets` (!273)
### Documentation
* Minor fixes in documentation examples and links (!272)
Loading