From dca5ce4ea3510368f86038b820865c33f775a447 Mon Sep 17 00:00:00 2001
From: Sam Lantinga <slouken@libsdl.org>
Date: Wed, 10 Nov 2021 10:15:47 -0800
Subject: [PATCH] Clarified that AAudio is only used on Android 8.1 and newer

---
 WhatsNew.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/WhatsNew.txt b/WhatsNew.txt
index 7292712d8..4822970b3 100644
--- a/WhatsNew.txt
+++ b/WhatsNew.txt
@@ -6,7 +6,7 @@ This is a list of major changes in SDL's version history.
 ---------------------------------------------------------------------------
 
 Android:
-* Added support for audio output and capture using AAudio
+* Added support for audio output and capture using AAudio on Android 8.1 and newer
 
 iOS:
 * Added documentation that the UIApplicationSupportsIndirectInputEvents key must be set to true in your application's Info.plist in order to get real Bluetooth mouse events.