Skip to content
Snippets Groups Projects
Commit ded768e5 authored by Martin Lange's avatar Martin Lange
Browse files

update changelog

parent 09f4cf7c
No related branches found
No related tags found
1 merge request!273Make more fields private for future API stability
Pipeline #199682 passed with stages
in 5 minutes and 56 seconds
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment