From 1f87d19f7dc87e61644bdeaa63a108e27bb93466 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 17 Jul 2014 10:57:50 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index 9c2275abc..a6346293f 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -479,4 +479,6 @@ * NxWidgets::CImage: Cannot use NxWidgets::CGraphicsPort:drawBitmapGreyScale() because it does not respect transparent or background colors in its current form. The end result is that makes the image background grey as well as the - image (2014-7-17). \ No newline at end of file + image (2014-7-17). +* NxWM::CMediaPlayer: State variable was left in a bad state and caused some + problems down the road (2014-7-17).