This release contains fixes for bugs in the Command Service, as well as some documentation adjustments.
Thanks to the following for their contributions this release:
- @Chris-Johnston
- @Joe4evr
- @TheCasino
Upgrade Path
This is a patch release, and is fully compatible with v2.0.0
Fixed
- #1226: Only escape the closing quotation mark of non-remainder strings (65b8c09)
- Commands with async RunModes will now propagate exceptions up to CommandExecuted (497918e)