aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2014-05-10 19:02:37 +0200
committerJoel Bodenmann <joel@unormal.org>2014-05-10 19:02:37 +0200
commita49b095b945756f1c32d9cfe3795a0d86151d6aa (patch)
tree196887f805723d842253bbaf729500187c03b1e4 /docs
parent2364f2133330dc0e6702e453b47dcfbd3c44d9cc (diff)
parente5b8e351f5050da7f99fe6fb7882edfc778799f2 (diff)
downloaduGFX-a49b095b945756f1c32d9cfe3795a0d86151d6aa.tar.gz
uGFX-a49b095b945756f1c32d9cfe3795a0d86151d6aa.tar.bz2
uGFX-a49b095b945756f1c32d9cfe3795a0d86151d6aa.zip
Merge branch 'master' into gwin
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 e5be2311..b08f970e 100644
--- a/docs/releases.txt
+++ b/docs/releases.txt
@@ -13,6 +13,7 @@ FEATURE: Added gwinGetColor() and gwinGetBgColor()
FEATURE: Console now has an optional backing store buffer (GWIN_CONSOLE_USE_HISTORY)
FEATURE: Added smooth scrolling to list widget
FEATURE: Increased performance of gwinListAddItem()
+FEATURE: Added FreeRTOS port
FEATURE: Added gfxDeinit()
FEATURE: Allow touch screen calibration in any display orientation
FEATURE: New GFILE module to abstract File IO.