summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a8c8cdb4a..5a38bd736 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -25,7 +25,13 @@
recreateAfterFracture.
(recreateAfterFracture): Changed to return an array of the
elements to be added. This prevents an assertion error.
-
+ (contains): New function checks if an element is already in
+ the Vector. Vector's contain function was not enough to use.
+ (addAddedElement): Changed to use new contains function.
+ (addAddedElements): Likewise.
+ (addRemovedElement): Likewise.
+ (addRemovedElements): Likewise.
+
2006-01-27 Audrius Meskauskas <AudriusA@Bioinformatics.org>
PR 25520