Skip to content
Snippets Groups Projects
Commit 91667edb authored by Stefano Borini's avatar Stefano Borini
Browse files

Updated Changes

parent 9aecfe4f
No related branches found
No related tags found
1 merge request!191Instantiate parameter factories once
......@@ -6,6 +6,11 @@ Release 0.3.0
Backward incompatible changes that require rework of the plugins:
- Parameter factories are now instantiated once and for all (#135).
- requires to change the plugins to return a list of factory classes
in the get_parameter_factory_classes() method, instead of the
parameter_factories() method. This method becomes a trait now.
All plugins exporting an MCO must be updated.
- Design change of the notification infrastructure in MCO (#187):
- the started and finished events do not need to be triggered anymore.
- the new_data method is now obsolete and must be removed.
......
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