summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2015-01-12 12:10:15 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2015-01-12 12:10:15 +0100
commit6e35f47a3ea064b78f038c69065a3b0781a8d5d4 (patch)
tree11d526afe4500caa917d6e3b34cb95f517b6cd14 /HISTORY
parent6514649439e7a0209945c70b7da10d6f0e4cb0ae (diff)
downloadvdr-6e35f47a3ea064b78f038c69065a3b0781a8d5d4.tar.gz
vdr-6e35f47a3ea064b78f038c69065a3b0781a8d5d4.tar.bz2
Added the functions IndexOf(), InsertUnique(), AppendUnique() and RemoveElement() to the cVector class
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index c6368dce..0c5b41bf 100644
--- a/HISTORY
+++ b/HISTORY
@@ -8346,3 +8346,5 @@ Video Disk Recorder Revision History
Lars Hanisch).
- Added subsystem id support for DVB devices connected via USB (thanks to Jose
Alberto Reguero).
+- Added the functions IndexOf(), InsertUnique(), AppendUnique() and RemoveElement()
+ to the cVector class (thanks to Stefan Schallenberg).