aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2019-05-08 08:33:47 +1000
committerinmarket <andrewh@inmarket.com.au>2019-05-08 08:33:47 +1000
commit701f697df571f59f31dc4a5c8f9f21ef15ca18f3 (patch)
tree1d9503d6ab6df928c656789582207245cbd7856f
parent39bde23dd9b156b05aad549ca1d9c0e5026378fe (diff)
downloaduGFX-701f697df571f59f31dc4a5c8f9f21ef15ca18f3.tar.gz
uGFX-701f697df571f59f31dc4a5c8f9f21ef15ca18f3.tar.bz2
uGFX-701f697df571f59f31dc4a5c8f9f21ef15ca18f3.zip
Fix release notes
-rw-r--r--changelog.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/changelog.txt b/changelog.txt
index 92223e29..8b3babf0 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -2,6 +2,10 @@
*** Releases ***
*****************************************************************************
+*** After Release 2.9 ***
+CHANGE: Added type gImage to replace V2.x gdispImage
+
+
*** Release 2.9 ***
FEATURE: Added config vars GINPUT_TOUCH_CALIBRATION_FONT1 and GINPUT_TOUCH_CALIBRATION_FONT2
FEATURE: Added config vars GINPUT_TOUCH_CALIBRATION_TITLE and GINPUT_TOUCH_CALIBRATION_ERROR
@@ -22,7 +26,6 @@ CHANGE: Added type gThread to replace V2.x gfxThreadHandle and macros G
CHANGE: Added type gThreadreturn to replace V2.x threadreturn_t and pseudo function gfxThreadReturn() to replace THREAD_RETURN()
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
-CHANGE: Added type gImage to replace V2.x gdispImage
CHANGE: Added type gCoord to replace V2.x coord_t
CHANGE: Added type gPixel to replace V2.x pixel_t
CHANGE: Added type gColor to replace V2.x color_t