From e94cb28ae6c5d9e54ea4bbb6b0e909b7f3c174cc Mon Sep 17 00:00:00 2001 From: Nick Strayer Date: Mon, 27 Mar 2023 10:15:42 -0400 Subject: [PATCH] Update news to mention improved error handling --- NEWS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS.md b/NEWS.md index 3de8f8b95..fd3c81776 100644 --- a/NEWS.md +++ b/NEWS.md @@ -5,6 +5,7 @@ ### Minor new features and improvements - Failures in reading/ parsing the app files are now caught and communicated to the user in the main UI in addition to the R console/ VSCode output pane. This means most crashes caused by malformed apps can be recovered from by fixing the formatting without needing to restart editor. Issue #56 +- Failures in the front-end of the editor are now isolated to their location and include options for remedying along with submitting bug reports to github. #155 ### Bug fixes