Fixes
- Reverts a source compatibility regression in the 1.8.0 release, where existing calls to
ParsableCommand.parse()and.parseAsRoot()were pre-empted by newasyncversions. The new asynchronous entry points are now namedasyncParse()andasyncParseAsRoot(), respectively. Clients that have already updated their code with theawaitkeyword can resolve the new warning by calling the new APIs or by removing the keyword. (#908) - Resolves an issue with the
generate-manualplugin that selected the wrong destination for the generated manual. (#910)