- Engine features:
- Added support for MacOS and Linux. [#59](https://github.com/BernieWhite/PSDocs/issues/59)
- Deprecations and removals:
- Added migration guide for v0.6.x to v0.7.0.
- **Breaking change**: Removed support for inline document blocks.
- Use `Invoke-PSDocument` with `.Doc.ps1` files instead.
- **Breaking change**: Removed script block usage of `Note` and `Warning`.
- Script block support was previously deprecated in v0.6.0.
- Use pipeline instead.
- **Breaking change**: Removed support for `-When` section parameter.
- `-When` was previously replaced with `-If` in v0.6.0.