*********************************
- `Issue 29`_ - Secure components close
- `Issue 30`_ - Replace print log to logging
- **Breaking change**: Issues `39`_ and `5`_ - Change save method to pluginsmanager (v0.5.0) Autosaver
- Removed BanksDao -> Using now pluginsmanager Autosaver
- Removed Database -> Using now pluginsmanager Persistence
- BanksController, PedalboardController, EffectController, ParamController,
CurrentController changes your API
- `Issue 41`_ - Allows current pedalboard is None
- `Issue 40`_ - If current pedalboard index file is wrong, Application now starts
with the current pedalboard = None
- `Issue 11`_ - Banks with same name not will be replaced when Application initialize
- `Issue 17`_ - Fixes: Remove bank with current pedalboard will be crash (when reload Application)
- `Issue 45`_ - Add plugins manager v0.5.0 support
- Removed BanksController, PedalboardController, EffectController, ParamController, NotificationController
- Implemented :meth:`.Application.register_observer`, :meth:`.Application.unregister_observer`
.. _Issue 29: https://github.com/PedalPi/Application/issues/29
.. _Issue 30: https://github.com/PedalPi/Application/issues/30
.. _39: https://github.com/PedalPi/Application/issues/39
.. _5: https://github.com/PedalPi/Application/issues/5
.. _Issue 41: https://github.com/PedalPi/Application/issues/41
.. _Issue 40: https://github.com/PedalPi/Application/issues/40
.. _Issue 11: https://github.com/PedalPi/Application/issues/11
.. _Issue 17: https://github.com/PedalPi/Application/issues/17
.. _Issue 45: https://github.com/PedalPi/Application/issues/45