=============
- Changes:
- Configuration files can now contain unknown sections (at root level) to allow these files to be used by other tools. (https://github.com/fast-aircraft-design/FAST-OAD/pull/333)
- Bug fixes:
- Importing, in a `__init__.py`, some classes that were registered as FAST-OAD modules could make that the register process fails. (https://github.com/fast-aircraft-design/FAST-OAD/pull/331)
- When generating an input file using a data source, the whole data source was copied instead of just keeping the needed variables. (https://github.com/fast-aircraft-design/FAST-OAD/pull/332)
- Instead of overwriting an existing input files, variables of previous file were kept. (https://github.com/fast-aircraft-design/FAST-OAD/pull/330)
- A variable that was connected to an output could be incorrectly labelled as input when listing problem variables. (https://github.com/fast-aircraft-design/FAST-OAD/pull/341)
- Fixed broken links in Sphinx documentation, including docstrings. (https://github.com/fast-aircraft-design/FAST-OAD/pull/315)