wisp
 
(Arne Babenhauserheide)
2014-10-16: missed safe dot repr in the NEWS.

missed safe dot repr in the NEWS.

diff --git a/NEWS b/NEWS
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,6 @@
 wisp 0.6.5 (2014-10-16):
 - use wisp-scheme in the REPL.
+- safe dot representation for reading a literal dot (.) for creating improper lists.
 
 wisp 0.6.4 (2014-09-02):
 - an actually working wisp implementation for scheme (only) which uses the guile reader. This should be actually correct for scheme. And match-magic ☺