From d45c35a02e54213fdf92e175e20112e4e515b406 Mon Sep 17 00:00:00 2001 From: Chris Smowton Date: Thu, 17 Nov 2022 16:57:08 +0000 Subject: [PATCH] Copyedit the Java src qlpack 0.4.4 release nnotes --- java/ql/src/change-notes/released/0.4.4.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/ql/src/change-notes/released/0.4.4.md b/java/ql/src/change-notes/released/0.4.4.md index 6cf1320bbd1..849452aa9c0 100644 --- a/java/ql/src/change-notes/released/0.4.4.md +++ b/java/ql/src/change-notes/released/0.4.4.md @@ -3,4 +3,4 @@ ### New Queries * The query `java/insufficient-key-size` has been promoted from experimental to the main query pack. Its results will now appear by default. This query was originally [submitted as an experimental query by @luchua-bc](https://github.com/github/codeql/pull/4926). -* Added a new query, `java/android/sensitive-keyboard-cache`, to detect instances of sensitive information possibly being saved to the keyboard cache. +* Added a new query, `java/android/sensitive-keyboard-cache`, to detect instances of sensitive information possibly being saved to the Android keyboard cache.