From 8fab7c1706d5fb4ef6a45bc82f9cd41e579c1191 Mon Sep 17 00:00:00 2001 From: James Westman Date: Fri, 21 Jul 2023 15:11:24 -0500 Subject: [PATCH] A couple of fixes to NEWS --- NEWS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index efdc77c..706f4f0 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,12 +2,12 @@ ## Added -- The hover documentation now includes a link to the documentation for the symbol, if available. +- The hover documentation now includes a link to the online documentation for the symbol, if available. - Added hover documentation for the Adw.Breakpoint extensions, `condition` and `setters`. ## Changed -- Decompiling an empty file now produces an empty file rather than an error. +- Decompiling an empty file now produces an empty file rather than an error. (AkshayWarrier) - More relevant documentation is shown when hovering over an identifier literal (such as an enum value or an object ID). ## Fixed