aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@seriouslyembedded.com>2016-01-09 18:53:12 +0100
committerJoel Bodenmann <joel@seriouslyembedded.com>2016-01-09 18:53:12 +0100
commit1ad99cbe4a3629e0460ef484c3eef6b177cedd9b (patch)
treef38f4b4282a64539f80e52281053f4aae9634fe2 /docs
parented9a422d81994047edc59794ff26bbcc1f7ea6c5 (diff)
downloaduGFX-1ad99cbe4a3629e0460ef484c3eef6b177cedd9b.tar.gz
uGFX-1ad99cbe4a3629e0460ef484c3eef6b177cedd9b.tar.bz2
uGFX-1ad99cbe4a3629e0460ef484c3eef6b177cedd9b.zip
Adding missing entry to changelog
Diffstat (limited to 'docs')
-rw-r--r--docs/releases.txt1
1 files changed, 1 insertions, 0 deletions
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