diff --git a/ChangeLog.txt b/ChangeLog.txt index 22aa51280..c63ee3ea8 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -460,4 +460,9 @@ * NxWidgets::CStickyImage: A version of CImage that sticks in the selected state when clicked (2014-7-15). * NxMW::CMediaPlayer: Now supports a pause button (2014-7-15). +* NxMW::CMediaPlayer: Fix some memory leaks (2014-7-16). +* NxMW::CMediaPlayer: Change spacing, make text region big enough to support + a multi-line, scrollable region (2014-7-16). +* NxMW::CMediaPlayer: Correctly catch the volume level change event + (2014-7-16).