(Arne Babenhauserheide)
2015-09-12: prepared for release 0.8.6 v0.8.6 prepared for release 0.8.6
diff --git a/NEWS b/NEWS
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+wisp 0.8.6 (2015-09-12):
+- wisp-scheme.w allows ending a chunk with a trailing period. This
+ syntax is reserved for future use in SRFI-119, so you should not
+ rely on this in production code. It is mainly intended as REPL
+ feature to avoid visual clutter while running single lines, like
+ quick calculations.
+- new examples: cholesky decomposition, symmetric matrix, closure,
+ hoist-in-loop (cps transformation transcoded to wisp).
+- updated examples: evolve.w
+- clearer bootstrap output
+
wisp 0.8.5 (2015-07-28):
- wisp-scheme.w now parses : . to nothing. The colon adds parens, the
dot removes them. This provides compatibility to the older parser.
diff --git a/configure.ac b/configure.ac
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
dnl run `autoreconf -i` to generate a configure script.
dnl Then run ./configure to generate a Makefile.
dnl Finally run make to generate the project.
-AC_INIT([wisp], [0.8.5],
+AC_INIT([wisp], [0.8.6],
[arne_bab@web.de])
# Check for programs I need for my build
AC_CANONICAL_TARGET