diff --git a/case-uco/java/README.md b/case-uco/java/README.md
index 81b001fd12cff678e9c51c50070e7a583c418bf8..d1db52342399a5cac8c98f222fbee7922dbabc4e 100755
--- a/case-uco/java/README.md
+++ b/case-uco/java/README.md
@@ -5,6 +5,14 @@ Clients will interface with the CaseUcoExporter class. This class contains metho
 
 **DISCLAIMER**: All API's in this package are subject to change.
 
+# CASE/UCO Support 
+
+- The code currently supports CASE/UCO 0.5/0.7
+- Many of the analysis results (such as keyword hits) from TSK are not being stored as CASE/UCO and are waiting for the Inference concept
+- Duplicate accounts are created. For example, an account will be created each time a phone number or email is seen in an email
+- IDs are not unique accross cases
+- We are not declaring all IDs inside of the investigation object 
+
 # Building the JAR file
 To build the JAR file, simply run '**ant jar**' in the case-uco/java folder. Alternatively, you can add the code to a NetBeans project and build using the regular 'build' action.