aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2014-10-27 16:48:19 +1000
committerinmarket <andrewh@inmarket.com.au>2014-10-27 16:48:19 +1000
commit5b806ef66ba705ac840473dc9f3e04f157d1106a (patch)
tree104362aeca222f61f770c4619a92ed9eaed19b93 /docs
parent56bbacecc1c784a1dc2e642ccbfd049c1e6cd80c (diff)
parent3825cec8f857ffd80cf9df0822ae39b639812842 (diff)
downloaduGFX-5b806ef66ba705ac840473dc9f3e04f157d1106a.tar.gz
uGFX-5b806ef66ba705ac840473dc9f3e04f157d1106a.tar.bz2
uGFX-5b806ef66ba705ac840473dc9f3e04f157d1106a.zip
Merge branch 'master' into newmouse
Diffstat (limited to 'docs')
-rw-r--r--docs/releases.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/releases.txt b/docs/releases.txt
index aa01972b..b97b17d5 100644
--- a/docs/releases.txt
+++ b/docs/releases.txt
@@ -31,6 +31,7 @@ FIX: Improve memory usage for the GWIN Frame widget.
FEATURE: Added transparent custom draws for GWIN containers and frame widgets
FEATURE: Added image custom draws for GWIN containers and frame widgets
FEATURE: Added GDRIVER infrastructure. Ported GDISP to use it.
+FEATURE: Added gdispDrawArcSectors() and gdispFillArcSectors().
FEATURE: Ported GINPUT MOUSE to GDRIVER infrastructure.
FEATURE: Mouse/Touch now support both pen and finger mode.
DEPRECATE: gwinAttachMouse() is now handled automaticly.