diff options
author | inmarket <andrewh@inmarket.com.au> | 2018-03-10 22:46:41 +1000 |
---|---|---|
committer | inmarket <andrewh@inmarket.com.au> | 2018-03-10 22:46:41 +1000 |
commit | a70cc09ff9159876edbb157ff2af4b2f18abf45a (patch) | |
tree | a30a9afb81d04a9b4003b42742a1f6705ebc64c6 | |
parent | 0771c148171b8cb6235086402275a4e82d3ea342 (diff) | |
parent | a411aea69fb59afb340eaa24df96c13dad22e578 (diff) | |
download | uGFX-a70cc09ff9159876edbb157ff2af4b2f18abf45a.tar.gz uGFX-a70cc09ff9159876edbb157ff2af4b2f18abf45a.tar.bz2 uGFX-a70cc09ff9159876edbb157ff2af4b2f18abf45a.zip |
Merge remote-tracking branch 'origin/master'
-rw-r--r-- | changelog.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.txt b/changelog.txt index 1bf23f17..26314aa2 100644 --- a/changelog.txt +++ b/changelog.txt @@ -15,6 +15,7 @@ FEATURE: Added GFX_COMPAT_V2 to maintain source compatibility with V2.x programs FEATURE: Added GFX_COMPAT_OLDCOLORS to allow V2.x Red, Green, Blue color names. It is turned on by default.
CHANGE: Added GFX_RED, GFX_BLUE, GFX_GREEN etc to replace V2.x Red, Gree, Blue color names
CHANGE: Added GFXON/GFXOFF to replace V2.x TRUE/FALSE for configuration options.
+FIX: Added gfxRealloc() to Qt port
*** Release 2.8 ***
|