aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@embedded.pro>2016-07-28 14:48:39 +0200
committerJoel Bodenmann <joel@embedded.pro>2016-07-28 14:48:39 +0200
commit87cd8a3a21da099166aac894fed9205894f72d56 (patch)
tree333c4b3f21c9e9095fb29f2b17952b8daad85c6c /docs
parent56793ed6859ffa4f428e99b61dcb1e97f6a7b4e4 (diff)
downloaduGFX-87cd8a3a21da099166aac894fed9205894f72d56.tar.gz
uGFX-87cd8a3a21da099166aac894fed9205894f72d56.tar.bz2
uGFX-87cd8a3a21da099166aac894fed9205894f72d56.zip
Updating docs/releases.txt
Diffstat (limited to 'docs')
-rw-r--r--docs/releases.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/releases.txt b/docs/releases.txt
index 52b19ce6..675c33b1 100644
--- a/docs/releases.txt
+++ b/docs/releases.txt
@@ -21,8 +21,8 @@ FIX: Fixed issue where children of (nested) containers were not properly handle
FEATURE: Automatically close all open files in gfileDeinit()
FEATURE: Added support for IAR and EDG compilers
FIX: Fixed crash when loading GIF image without enough memory available
-FEATURE: Added applications/minesweeper demo
-FEATURE: Added applications/justget10 demo
+FEATURE: Added games/minesweeper demo
+FEATURE: Added games/justget10 demo
*** Release 2.5 ***
@@ -79,7 +79,7 @@ FEATURE: Support for keyboard layouts for non-english keyboards
FEATURE: GDISP now supports pixmaps (in memory drawing)
FEATURE: Rename files to improve experience in certain brain-dead IDE's
FEATURE: Add a checkbox "Toggle Button" custom draw
-FEATURE: Add Tetris as an application demo
+FEATURE: Add Tetris as a game demo
FEATURE: Add HY-MiniSTM32V board support
FEATURE: Add GWIN feature to flash any window/widget
FIX: Lots of GDISP monochrome drivers fixed