summaryrefslogtreecommitdiff
path: root/NxWidgets
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-07-17 10:57:50 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-07-17 10:57:50 -0600
commit3898201b9416c1fc1a828270fe8ce12d7861cd71 (patch)
treee3e897696bad7d2fe8134d4776af57d3a21cd8b5 /NxWidgets
parentd6d1e4f05703fd2e5dd62d0ec951308029020fa9 (diff)
downloadnuttx-3898201b9416c1fc1a828270fe8ce12d7861cd71.tar.gz
nuttx-3898201b9416c1fc1a828270fe8ce12d7861cd71.tar.bz2
nuttx-3898201b9416c1fc1a828270fe8ce12d7861cd71.zip
Update ChangeLog
Diffstat (limited to 'NxWidgets')
-rw-r--r--NxWidgets/ChangeLog.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/NxWidgets/ChangeLog.txt b/NxWidgets/ChangeLog.txt
index 9c2275abc..a6346293f 100644
--- a/NxWidgets/ChangeLog.txt
+++ b/NxWidgets/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).