aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@seriouslyembedded.com>2015-11-05 10:05:42 +0100
committerJoel Bodenmann <joel@seriouslyembedded.com>2015-11-05 10:05:42 +0100
commit881af3e5c9e91d44158cdb040feeceb42d0e0ffb (patch)
tree987b4dad091992c1a172e4192b68ad812559d9f7 /docs
parent713ce159d3b0835683ef512e2c6ba3fcddb68af4 (diff)
downloaduGFX-881af3e5c9e91d44158cdb040feeceb42d0e0ffb.tar.gz
uGFX-881af3e5c9e91d44158cdb040feeceb42d0e0ffb.tar.bz2
uGFX-881af3e5c9e91d44158cdb040feeceb42d0e0ffb.zip
Docs
Diffstat (limited to 'docs')
-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