xonsh/news/asyncprompt-handle-cancelled-future.rst
Chris Braun 63ad26997f
Handle cancelled futures in AsyncPrompt (#4286)
* Handle cancelled futures in AsyncPrompt

* Add changelog
2021-05-21 23:46:12 +03:00

23 lines
298 B
ReStructuredText

**Added:**
* <news item>
**Changed:**
* <news item>
**Deprecated:**
* <news item>
**Removed:**
* <news item>
**Fixed:**
* Prevent cancelled future errors for async prompt ($ENABLE_ASYNC_PROMPT) fields from bubbling up (and destroying the prompt's formatting)
**Security:**
* <news item>