aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 1bde9c442b7..d3338bf57d4 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1375,6 +1375,9 @@ the Elisp manual for documentation of the new mode and its commands.
1375dimensions, instead of always using 16 pixels. As a result, Tetris, 1375dimensions, instead of always using 16 pixels. As a result, Tetris,
1376Snake and Pong are more playable on HiDPI displays. 1376Snake and Pong are more playable on HiDPI displays.
1377 1377
1378*** 'gamegrid-add-score' can now sort scores from lower to higher.
1379This is useful for games where lower scores are better, like time-based games.
1380
1378** Filecache 1381** Filecache
1379 1382
1380--- 1383---