aboutsummaryrefslogtreecommitdiffstats
path: root/changelog.txt
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@embedded.pro>2017-10-01 13:21:56 +0200
committerJoel Bodenmann <joel@embedded.pro>2017-10-01 13:21:56 +0200
commitea158a836d9e814333ace17084cfa13c711b7cb9 (patch)
tree01de75808cc003b83d6e7f2c41982bb662e80211 /changelog.txt
parent82047b1ac6e56361abac0c4b01f06c405e941d19 (diff)
downloaduGFX-ea158a836d9e814333ace17084cfa13c711b7cb9.tar.gz
uGFX-ea158a836d9e814333ace17084cfa13c711b7cb9.tar.bz2
uGFX-ea158a836d9e814333ace17084cfa13c711b7cb9.zip
Adding nullpointer checks to GDISP image functions
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 79294ef0..882e3cb4 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -60,6 +60,7 @@ FEATURE: Added AHTML2COLOR() and ARGB2COLOR() to support alpha. This is currentl
FEATURE: Added the new color GFXTRANSPARENT - only available for RGB888 pixel format on alpha capable displays.
NOTE: Alpha support in RGB888 requies an alpha capable display (STM32LTDC 2nd display only currently)
NOTE: Alpha support in RGB888 is NOT the standard ARGB8888 format. Only use AHTML2COLOR() and ARGB2COLOR() to create alpha colors.
+FEATURE: Added nullpointer checks to GDISP image functions (with new error code GDISP_IMAGE_ERR_NULLPOINTER)
*** Release 2.7 ***