add history commands
[CleanReadLine.git] / README.md
index c50a825..b2a9865 100644 (file)
--- a/README.md
+++ b/README.md
@@ -19,9 +19,17 @@ make
 When you want to use the library in your program you should compile with the
 `-l /usr/lib/libreadline.so` linker flag
 
+###Changelog
+
+- 0.2 (2016-01-25)
+  - History file operations added
+  - EOF is now properly handled
+- 0.1 (2016-01-25)
+  - Readline is working
+  - History works but no control over it
+
 ###Todo
 
-- Test how the library reacts on non terminal stdin and EOF
 - Embed the readline library in the object files in such a way that no special
   compiler flag is needed.
 - Control over history, right now entries are added automatically to the