aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@embedded.pro>2016-12-11 17:58:13 +0100
committerJoel Bodenmann <joel@embedded.pro>2016-12-11 17:58:13 +0100
commit3a51e83f18ce0ee7b4e962501fe926dd2b17c3ec (patch)
treedc98aa77cb126416cae44ab40f49c445a77db791 /docs
parent81fc34801dc619981addef9dae1aa5b34fe8a4b3 (diff)
downloaduGFX-3a51e83f18ce0ee7b4e962501fe926dd2b17c3ec.tar.gz
uGFX-3a51e83f18ce0ee7b4e962501fe926dd2b17c3ec.tar.bz2
uGFX-3a51e83f18ce0ee7b4e962501fe926dd2b17c3ec.zip
Updating changelog
Diffstat (limited to 'docs')
-rw-r--r--docs/releases.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/releases.txt b/docs/releases.txt
index 38e9cf90..7334298b 100644
--- a/docs/releases.txt
+++ b/docs/releases.txt
@@ -27,7 +27,8 @@ FIX: Fixed strange multi-thread issues in GEVENT
FEATURE: Added ILI9488 driver
FEATURE: Added the ability to display the detected compiler
FIX: Fixed an illegal instruction in the Cortex M0 task switcher
-FEATURE: Add support for the Keil compiler for RAW32 task switching for Cortex M0,1,3,4,7
+FEATURE: Added RAW32 task switching functions which work with ARMCC (the compiler used by Keil) for Cortex M0,M1,M3,M4 and M7
+FEATURE: Added gdispGDrawThickArc()
*** Release 2.6 ***