aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@embedded.pro>2016-07-27 13:08:18 +0200
committerJoel Bodenmann <joel@embedded.pro>2016-07-27 13:08:18 +0200
commitf2cf8b9814e7c231634860b291ba9a5adab3456f (patch)
treea1027c4a212b12f384aa4c940b18a0effbe57bbd /docs
parent0abb8d3af3e7640d99a822903464963b2877fa9f (diff)
downloaduGFX-f2cf8b9814e7c231634860b291ba9a5adab3456f.tar.gz
uGFX-f2cf8b9814e7c231634860b291ba9a5adab3456f.tar.bz2
uGFX-f2cf8b9814e7c231634860b291ba9a5adab3456f.zip
Fixing crash when loading GIF image without enough memory available
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 b7625e66..d66d6754 100644
--- a/docs/releases.txt
+++ b/docs/releases.txt
@@ -20,6 +20,7 @@ FEATURE: Add ability to capture mouse events on the win32 ugfx emaultor window
FIX: Fixing issue where children of (nested) containers were not properly handled when callin gwinRaise()
FEATURE: Automatically close all open files in gfileDeinit()
FEATURE: Adding support for IAR and EDG compilers
+FIX: Fixing crash when loading GIF image without enough memory available
*** Release 2.5 ***