version 0.3
[CleanReadLine.git] / README.md
index 548ce46..9a5e329 100644 (file)
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ make
 ```
 
 When you want to use the library in your program you should compile with the
-`-l /usr/lib/libreadline.so` linker flag
+`-l -lreadline` linker flag
 
 All functions try to resemble the original
 [readline](http://cnswww.cns.cwru.edu/php/chet/readline/readline.html) and 
@@ -26,7 +26,10 @@ functions as close as possible
 
 ###Changelog
 
-- 0.3 (2016-01-00)
+- 0.3 (2016-01-26)
+  - Better build mechanism
+  - Information about the history list functions implemented, not thoroughly
+    tested though.
   - Fixed issue #1
   - History state can now be written as well as read
 - 0.2 (2016-01-25)