From 1ad99cbe4a3629e0460ef484c3eef6b177cedd9b Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Sat, 9 Jan 2016 18:53:12 +0100 Subject: [PATCH] Adding missing entry to changelog --- docs/releases.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/releases.txt b/docs/releases.txt index 361ac5c1..953a8445 100644 --- a/docs/releases.txt +++ b/docs/releases.txt @@ -35,6 +35,7 @@ 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 FEATURE: Added GFX_OS_PRE_INIT_FUNCTION for early hardware initialization +FEATURE: Added label rendering functions that allow to set text justification FIX: Fixing GTIMER for high clock rate devices FEATURE: Added GFX_COMPILER_KEIL and GFX_COMPILER_ARMCC macros