summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index dfdfade7..317df97c 100644
--- a/HISTORY
+++ b/HISTORY
@@ -5640,3 +5640,5 @@ Video Disk Recorder Revision History
- The new function cSkin::SetScrollbar() can be implemented by skins to display
a scrollbar in every list menu. The 'classic' and 'sttng' skins have been
changed accordingly.
+- Introduced 'operator const void * ()' in cString to catch cases where operator*()
+ should be used.