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.