From fa668d846e3c31371b706db84dad782859e80573 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Mon, 28 Nov 2016 20:05:04 +0100 Subject: [PATCH] Minor improvement to release notes --- docs/releases.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/releases.txt b/docs/releases.txt index 73c26344..b471ca8e 100644 --- a/docs/releases.txt +++ b/docs/releases.txt @@ -17,7 +17,7 @@ FIX: Fixing and improving arc rendering functions FIX: Preventing possible crash when no valid GWIN default font has been set FIX: Updating Windows binaries of the font encoder to improve compatibility FIX: Fixed progressbar bounds checking and decrementing -FEATURE: Added a dual circle with the same center drawing routine to GDISP +FEATURE: Added gdispFillDualCircle() FIX: Fixed an issue in the filled polygon drawing function which caused irregularities FEATURE: Added high-level functions to modify image color palettes FIX: Improving gdispDrawThickLine()