=============
- Added:
- Computation of payload-range data. (https://github.com/fast-aircraft-design/FAST-OAD/pull/471 and https://github.com/fast-aircraft-design/FAST-OAD/pull/482)
- Payload-range plot. (https://github.com/fast-aircraft-design/FAST-OAD/pull/480)
- Time-step simulation of takeoff in mission module (https://github.com/fast-aircraft-design/FAST-OAD/pull/481, https://github.com/fast-aircraft-design/FAST-OAD/pull/484, https://github.com/fast-aircraft-design/FAST-OAD/pull/487, https://github.com/fast-aircraft-design/FAST-OAD/pull/490)
- Introduced concept of macro-segment, for proposing assembly of several segments as one usable segment. (https://github.com/fast-aircraft-design/FAST-OAD/pull/488)
- Segment implementations can now be registered using decorators. (https://github.com/fast-aircraft-design/FAST-OAD/pull/485)
- Mission definition can now define a global target fuel consumption. (https://github.com/fast-aircraft-design/FAST-OAD/pull/467)
- A FAST-OAD plugin can now come with its own source data files, obtainable using `fastoad gen_source_data_file` command. (https://github.com/fast-aircraft-design/FAST-OAD/pull/477)
- Changed:
- fast-oad (not fast-oad-core) now requires at least fast-oad-cs25 0.1.4. (https://github.com/fast-aircraft-design/FAST-OAD/pull/475)
- fast-oad (and fast-oad-core) now requires at least OpenMDAO 3.18. (https://github.com/fast-aircraft-design/FAST-OAD/pull/483)
- Variable viewer can now display discrete outputs of type string. (https://github.com/fast-aircraft-design/FAST-OAD/pull/479)
- Fixed:
- MissionViewer was not able to show several missions. (https://github.com/fast-aircraft-design/FAST-OAD/pull/477)
- Fixed compatibility with OpenMDAO 3.26 (https://github.com/fast-aircraft-design/FAST-OAD/pull/486)