From b8ece23f18d184a66b6a59ab982cd2d2a0e0964d Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Tue, 10 Jan 2017 10:49:23 +0100 Subject: [PATCH] Unifying changelog --- changelog.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index fb55aa20..9ec4c4a5 100644 --- a/changelog.txt +++ b/changelog.txt @@ -7,8 +7,8 @@ FEATURE: Added support for 128x32 SSD1306 based displays FIX: Fixed recursion bug in console history FIX: Multithreading issue with slow window redraws and large images FIX: Ensure valid thread stack sizes on platforms where it matters -FEATURE: Add support for a GFILE user provided file system -FEATURE: Add gwinListItemSetText() to replace text in a GWIN list item +FEATURE: Added support for a GFILE user provided file system +FEATURE: Added gwinListItemSetText() to replace text in a GWIN list item FEATURE: Added GDISP_IMAGE_BMP_BLIT_BUFFER_SIZE configuration option FEATURE: Added GDISP_IMAGE_PNG_BLIT_BUFFER_SIZE configuration option FEATURE: Added GDISP_IMAGE_PNG_FILE_BUFFER_SIZE configuration option