From ceaeb599d4adee3d21d2ae50427fb00c69501baf Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Wed, 14 Dec 2016 14:51:15 +0100 Subject: [PATCH] Cleaning up changelog --- changelog.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/changelog.txt b/changelog.txt index 83cd761b..b026f369 100644 --- a/changelog.txt +++ b/changelog.txt @@ -13,7 +13,7 @@ FEATURE: Added ILI9225 driver FEATURE: Added ST7735 driver FEATURE: Added Linux event input driver FIX: Fixed an issue with color formats in Linux-Framebuffer board files -FIX: Fixing and improving arc rendering functions +FIX: Fixed 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 @@ -29,8 +29,8 @@ FEATURE: Added the ability to display the detected compiler FIX: Fixed an illegal instruction in the Cortex M0 task switcher 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() -FIX: Fix a memory merging issue with the RAW32 memory allocator -FIX: Update RAW32 CLIB threads support for more recent versions of the MINGW compiler +FIX: Fixed a memory merging issue with the RAW32 memory allocator +FIX: Update RAW32 libc threads support for more recent versions of the MinGW compiler *** Release 2.6 ***