From 5fcea6b349eafe5782ead1211683b7440a0765e1 Mon Sep 17 00:00:00 2001 From: GideonLeGrange Date: Fri, 12 Jul 2013 10:10:20 +0200 Subject: [PATCH] Added TODO list to README --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index d3ffc3b..2366ee1 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,18 @@ con.cancel(cmd); More examples will be added shortly. +TODO +==== +For 1.0: +[ ] More examples +[ ] More formal documentation +[ ] Push Javadoc to GitHub +[ ] Slight changes to the API still coming +[ ] Look into possible race condition when running short lived commands synchronously. + +Later: +[ ] SSL support. + References ==========