diff --git a/NEWS.md b/NEWS.md index ac9e84c88b9344..c08fe50152fe29 100644 --- a/NEWS.md +++ b/NEWS.md @@ -170,4 +170,7 @@ External dependencies Tooling Improvements --------------------- +* Printing of `MethodError` and methods (such as from `methods(my_func)`) are now prettified and color consistent with printing of methods + in stacktraces. ([#45069]) +