diff --git a/testenv/ChangeLog b/testenv/ChangeLog
index 9a4b3fc5..da5cdabe 100644
--- a/testenv/ChangeLog
+++ b/testenv/ChangeLog
@@ -1,3 +1,8 @@
+2013-09-06  Darshit Shah  <darnir@gmail.com>
+
+	* README: New section on pending work. Will keep updating this to keep
+	track of work that remains to be done on this implementation
+
 2013-09-05  Darshit Shah  <darnir@gmail.com>
 
 	* Test-auth-with-content-disposition.py: Add test that ensures Content
diff --git a/testenv/README b/testenv/README
index 3a71f0cb..403966cf 100644
--- a/testenv/README
+++ b/testenv/README
@@ -213,6 +213,21 @@ One can use the following command on Unix systems to check for TEST_NAME
 clashes:
 $ grep -r -h "TEST_NAME =" | cut -c13- | uniq -c -d
 
+Work Remaining:
+================================================================================
+
+Some amount of work still remains to be done.
+    * Shift to a Thread-based model
+    * Errors in server-side checks need to be handled more explicitly
+    * Support parallel-wget branch
+        * This can easily be done by using the multiprocess.mixin functionality
+        A sample of the required code exists in the earliest commits of the
+        test environment code in my GitHub account.
+        * However, a smarter handling of the same with Threads should be found
+    * SSL Tests. Use xyne's HTTPS server implemention
+    * Complete support for FTP Tests
+    * IRI Support. This shouldn't require much effort
+
 Requirements:
 ================================================================================