aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorAndrew Hannam <Andrew Hannam>2016-07-10 10:42:21 +1000
committerAndrew Hannam <Andrew Hannam>2016-07-10 10:42:21 +1000
commit9ac3c368b4de8e2f38bad56262c75d3310c8814b (patch)
tree973fb9bf591398e6826a25f64e9975cc5f06a51b /docs
parented9b268d5bce5fe6d703bc785034191312782db0 (diff)
downloaduGFX-9ac3c368b4de8e2f38bad56262c75d3310c8814b.tar.gz
uGFX-9ac3c368b4de8e2f38bad56262c75d3310c8814b.tar.bz2
uGFX-9ac3c368b4de8e2f38bad56262c75d3310c8814b.zip
Add gwinPrintg() and fix null pointer handling in sprintg()
Diffstat (limited to 'docs')
-rw-r--r--docs/releases.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/releases.txt b/docs/releases.txt
index 50e256e1..28431a77 100644
--- a/docs/releases.txt
+++ b/docs/releases.txt
@@ -7,6 +7,8 @@ FIX: Fixing bug where the list item count wasn't decremented when an item was r
FEATURE: Add options GFILE_FATFS_EXTERNAL_LIB and GFILE_PETITFSFS_EXTERNAL_LIB
FEATURE: Added FT6x06 driver
FIX: Fixing issue in STM32F746G-Discovery board file that resulted in bad color reproduction
+FEATURE: Added gwinPrintg()
+FIX: Fix sprintg and related functions handling of NULL pointers.
*** Release 2.5 ***