From e62b6fef20a55e59209c4c6cb601e490fe62b5e7 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Tue, 5 Mar 2013 14:00:48 +0100 Subject: [PATCH] docs --- releases.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/releases.txt b/releases.txt index 5607e821..92df81cc 100644 --- a/releases.txt +++ b/releases.txt @@ -9,6 +9,9 @@ FIX: tdispGotoXY() renamed to tdispSetCursor() FEATURE: Addition of GADC, GMISC, GAUDIN, GAUDOUT subsystems FIX: Removal of the GDISP_LLD() macro DEPRECATE: Removal of the GDISP VMT +FEATURE: Added SSD2119 GDISP driver +FEATRE: Added GWIN_BUTTON_LAZY_RELEASE macro to disable cancel feature of buttons +FIX: Renamed every '__inline' macro to 'inline' for compiler compatibilities *** changes after 1.4 ***