diff options
author | Joel Bodenmann <joel@embedded.pro> | 2016-11-28 20:05:04 +0100 |
---|---|---|
committer | Joel Bodenmann <joel@embedded.pro> | 2016-11-28 20:05:04 +0100 |
commit | fa668d846e3c31371b706db84dad782859e80573 (patch) | |
tree | 80ed9b7324dcd4fb26acfe7c759b53bcf609c838 | |
parent | d477e620be7ef8fd84420977a5ec5c3ebafe2cf3 (diff) | |
download | uGFX-fa668d846e3c31371b706db84dad782859e80573.tar.gz uGFX-fa668d846e3c31371b706db84dad782859e80573.tar.bz2 uGFX-fa668d846e3c31371b706db84dad782859e80573.zip |
Minor improvement to release notes
-rw-r--r-- | docs/releases.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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() |