aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorinmarket <inmarket@ugfx.org>2016-12-06 12:16:19 +1000
committerinmarket <inmarket@ugfx.org>2016-12-06 12:16:19 +1000
commitc1e2863078baaa0afbfbd31af5cc9f9978778dda (patch)
treeeadfbdbdf9717a1119db89148afad21ff2a014e5 /docs
parent4b61ae71fed651b9f1f925d0056825359f289c29 (diff)
downloaduGFX-c1e2863078baaa0afbfbd31af5cc9f9978778dda.tar.gz
uGFX-c1e2863078baaa0afbfbd31af5cc9f9978778dda.tar.bz2
uGFX-c1e2863078baaa0afbfbd31af5cc9f9978778dda.zip
Fix a bug in the Cortex M0 task switcher
Start of Keil compiler CPU specific switching
Diffstat (limited to 'docs')
-rw-r--r--docs/releases.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/releases.txt b/docs/releases.txt
index b471ca8e..567c711e 100644
--- a/docs/releases.txt
+++ b/docs/releases.txt
@@ -25,6 +25,8 @@ FEATURE: Added gdispAddFont() for adding a dynamic font to the permanent font li
FEATURE: Added gmiscHittestPoly() for checking whether a point is inside of a polygon
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
*** Release 2.6 ***