From 881af3e5c9e91d44158cdb040feeceb42d0e0ffb Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Thu, 5 Nov 2015 10:05:42 +0100 Subject: [PATCH] Docs --- docs/releases.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/releases.txt b/docs/releases.txt index 98489d17..b0d327ae 100644 --- a/docs/releases.txt +++ b/docs/releases.txt @@ -23,7 +23,9 @@ FEATURE: Replace all references to inline with a reference to GFXINLINE FEATURE: Added config option GFX_NO_INLINE to run off inlining of ugfx functions. FEATURE: Added word-wrapping support for gdispDrawStringBox() and gdispFillStringBox() FIX: Fixing issue in touchscreen calibration code -FIX: Fix gtimer for high clock rate devices +FEATURE: Added GFX_OS_PRE_INIT_FUNCTION for early hardware initialization +FIX: Fixing GTIMER for high clock rate devices + *** Release 2.3 *** FEATURE: Added more events to the slider widget