### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the latest version - [X] Search the existing issues. ### Steps to reproduce `Get-WhatsNew` should return a single string instead of an array of strings. There seems now point to return an array of strings from it. Also, returning an array of strings prevents `Get-WhatsNew | Show-Markdown` from working. ### Error details _No response_ ### Environment data ```PowerShell PS:17> Get-Module Microsoft.PowerShell.WhatsNew ModuleType Version PreRelease Name ExportedCommands ---------- ------- ---------- ---- ---------------- Script 0.4.0 Microsoft.PowerShell.WhatsNew Get-WhatsNew ``` ``` ### Version 0.4.0 ### Visuals _No response_
Prerequisites
Steps to reproduce
Get-WhatsNewshould return a single string instead of an array of strings.There seems now point to return an array of strings from it. Also, returning an array of strings prevents
Get-WhatsNew | Show-Markdownfrom working.Error details
No response
Environment data