update readme
[CleanReadLine.git] / README.md
index f02d3f9..779067d 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-Clean readline Version 0.2
+Clean readline Version 0.3
 ==========================
 
 ReadLine is a Clean library that allows interactive console programs to use the
@@ -26,6 +26,8 @@ functions as close as possible
 
 ###Changelog
 
+- 0.3 (2016-01-25)
+  - History state can now be written as well as read
 - 0.2 (2016-01-25)
   - History file operations added
   - EOF is now properly handled
@@ -35,8 +37,6 @@ functions as close as possible
 
 ###Todo
 
-- Access to the history datastructure
-- Access to the current location
 - Complete history api implementation
 - Embed the readline library in the object files in such a way that no special
   compiler flag is needed.