aboutsummaryrefslogtreecommitdiffstats
path: root/changelog.txt
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2018-07-08 15:40:27 +1000
committerinmarket <andrewh@inmarket.com.au>2018-07-08 15:40:27 +1000
commit330f891081dbd755063767a25f39c517fbe5c432 (patch)
tree99b3693a0f9bcca588b4a6ea51d50f3f6e564ef4 /changelog.txt
parent1fc4180d41a77088bbb2c0ce020d5ff7ab88c16e (diff)
downloaduGFX-330f891081dbd755063767a25f39c517fbe5c432.tar.gz
uGFX-330f891081dbd755063767a25f39c517fbe5c432.tar.bz2
uGFX-330f891081dbd755063767a25f39c517fbe5c432.zip
Added type gThread to replace V2.x gfxThreadHandle
Diffstat (limited to 'changelog.txt')
-rw-r--r--changelog.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.txt b/changelog.txt
index ed180ff3..e6f01797 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -18,6 +18,7 @@ CHANGE: Added types gI8, gU8 .. gI32, gU32 to replace V2.x int8_t etc
CHANGE: Added type gBool to replace V2.x bool_t, and values gTrue/gFalse to replace TRUE/FALSE
CHANGE: Added type gDelay to replace V2.x delaytime_t and values gDelayNone/gDelayForever to replace TIME_IMMEDIATE/TIME_INFINITE
CHANGE: Added type gTicks to replace V2.x systemticks_t
+CHANGE: Added type gThread to replace V2.x gfxThreadHandle
CHANGE: Added type gThreadreturn to replace V2.x threadreturn_t
CHANGE: Added type gThreadpriority to replace V2.x threadpriority_t and values gThreadpriorityLow/Normal/High to replace LOW_/NORMAL_/HIGH_PRIORITY
CHANGE: Added type gPoint to replace V2.x point and point_t