aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/releases.txt4
1 files changed, 3 insertions, 1 deletions
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