update todo
authorMart Lubbers <mart@martlubbers.net>
Wed, 27 Jan 2016 17:22:45 +0000 (18:22 +0100)
committerMart Lubbers <mart@martlubbers.net>
Wed, 27 Jan 2016 17:22:45 +0000 (18:22 +0100)
README.md

index 779067d..548ce46 100644 (file)
--- a/README.md
+++ b/README.md
@@ -26,7 +26,8 @@ functions as close as possible
 
 ###Changelog
 
-- 0.3 (2016-01-25)
+- 0.3 (2016-01-00)
+  - Fixed issue #1
   - History state can now be written as well as read
 - 0.2 (2016-01-25)
   - History file operations added
@@ -37,9 +38,8 @@ functions as close as possible
 
 ###Todo
 
+- Use builtin Maybe if available, otherwise fall back on own Maybe
 - Complete history api implementation
-- Embed the readline library in the object files in such a way that no special
-  compiler flag is needed.
 - Control over tabcompletion, right now it completes on filenames.
 - Check possibilities for Windows/Mac