diff --git a/xwords4/android/XWords4/res/raw/changes b/xwords4/android/XWords4/res/raw/changes
index f18d2c4b3..9cd34abd2 100644
--- a/xwords4/android/XWords4/res/raw/changes
+++ b/xwords4/android/XWords4/res/raw/changes
@@ -20,8 +20,27 @@
New with this release
- - Catch up with Android UI 4.0: make interaction with games and
- groups selection-based
+ - More closely follow Android UI guidelines for main Games List
+ screen
+ - Show count of selected games or groups in title bar
+ - Long-tap on games and groups selects or deselects rather
+ than bringing up a menu
+ - Tap on icon at left of game row selects or deselects
+ - Tap on selected game deselects
+ - Selecting any group deselects all games, and vice versa
+ - Back button clears any selection, or exits if there is
+ none
+ - Most common actions now have icons for the action bar
+ - A new game created when a group is selected is placed in
+ that group
+ - Clear selected games inside collapsing group
+
+
+ - Add a couple of menu items to action bar for Board screen, as
+ text for now pending getting icons
+
+ - Remove introductory verbiage from main Games List screen
+
- Fix bug on tiny-screen phones (Thanks O!)