aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2012-10-13 01:05:54 +0200
committerJoel Bodenmann <joel@unormal.org>2012-10-13 01:05:54 +0200
commit0eeee2378810e2eaa263dfc23d1a3fb3470e1714 (patch)
tree596d5f31916dd044af9a48642258b564a4509a3d /docs
parent6546c032504e8c671eba9d447d09110b14c88d99 (diff)
parentf414eaea62c0d90b2c34b73539317b6b4f370bd8 (diff)
downloaduGFX-0eeee2378810e2eaa263dfc23d1a3fb3470e1714.tar.gz
uGFX-0eeee2378810e2eaa263dfc23d1a3fb3470e1714.tar.bz2
uGFX-0eeee2378810e2eaa263dfc23d1a3fb3470e1714.zip
Merge branch 'master' of github.com:Tectu/ChibiOS-GFX
Diffstat (limited to 'docs')
-rw-r--r--docs/releases.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/releases.txt b/docs/releases.txt
index 91f0db0a..1af19272 100644
--- a/docs/releases.txt
+++ b/docs/releases.txt
@@ -10,6 +10,8 @@ FIX: huge internal bugfix in orientation stuff (big thanks to Abhishek)
FEATURE: added TOUCHPAD_XY_INVERTED macro
FIX: struct cal renamed to struct cal_t
FIX: SCREEN_WIDTH and SCREEN_HEIGHT renamed to GDISP_SCREEN_WIDTH and GDISP_SCREEN_HEIGHT
+FIX: struct TOUCHPAD_t renamed to struct TOUCHPADDriver_t
+FIX: struct GConsole renamed to struct GConsole_t
*** changes after 1.0 ***
FIX: removed gdisp and touchpad prefix of driver directories