From d5a3c2970e6ef185f879633e71c9bad4bd43b565 Mon Sep 17 00:00:00 2001 From: Nicholas Bauer Date: Tue, 12 Oct 2021 20:18:22 -0400 Subject: [PATCH] bump --- NEWS.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index afbb7d00e75b0c..9635426cc5d7c7 100644 --- a/NEWS.md +++ b/NEWS.md @@ -94,7 +94,8 @@ Standard library changes argument have a type more specific than `Any`; use SHIFT-TAB instead of TAB to allow any compatible methods. -* New `err` global variable in `Main` set when an expression throws an exception, akin to `ans`. Typing `err` reprints the exception information. +* New `err` global variable in `Main` set when an expression throws an exception, akin to `ans`. Typing `err` reprints + the exception information. #### SparseArrays