From 0dceeb81b446f452d3343d44ec49bf952d295e1f Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 15 Jul 2014 09:31:00 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog.txt b/ChangeLog.txt index 2e8580fe9..130c21305 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -457,3 +457,5 @@ widget region (2014-7-14). * NxWM::CMediaPlayer now uses the new CImage methods to align media controls in buttons (2014-7-14). +* NxWidgets::CStickyImage: A version of CImage that sticks in the selected + state when clicked (2014-7-15).