From c193e2694bc19a3bcf9a2884aed31434c6b56d8a Mon Sep 17 00:00:00 2001 From: Brian Carrier <carrier@sleuthkit.org> Date: Tue, 24 Sep 2013 21:19:25 -0400 Subject: [PATCH] minor update to API file --- API-CHANGES.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/API-CHANGES.txt b/API-CHANGES.txt index 8283f9eaf..59f2923c8 100644 --- a/API-CHANGES.txt +++ b/API-CHANGES.txt @@ -1,5 +1,6 @@ Changes to make once we are ready to do a backwards incompatible change. - TSK_SERVICE_ACCOUNT to TSK_ACCOUNT - HashDB to use new TSK_BASE_HASHDB enum instead of its own ENUM -- Java SLeuthkitCase.addArtifactType shoudl return different if artifact already exists or getArtifactId should.... +- Java SleuthkitCase.addArtifactType shoudl return different if artifact already exists or getArtifactId should.... - Java SleuthkitCase.findFilesWhere should return AbstractFile liek findFiles +- getUniquePath() should not throw exception. -- GitLab