From 14d5ab7f1c77d55c13e673b218bd852d8ac3e685 Mon Sep 17 00:00:00 2001 From: Fredrik Ekre Date: Mon, 9 May 2022 13:44:41 +0200 Subject: [PATCH] Update NEWS.md Co-authored-by: Kristoffer Carlsson --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index bcff2ae897bfe..4c3a626194042 100644 --- a/NEWS.md +++ b/NEWS.md @@ -57,7 +57,7 @@ Library changes * `Dict` can be now shrunk manually by `sizehint!` ([#45004]). * `@time` now separates out % time spent recompiling invalidated methods ([#45015]). * `@time_imports` now shows any compilation and recompilation time percentages per import ([#45064]). -* `printstyled` now support italic output ([#?]). +* `printstyled` now supports italic output ([#45164]). Standard library changes ------------------------