From 19d1f7febad99141fc3c48ed953acbacb0165e99 Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Thu, 6 Aug 2015 15:08:03 +0800 Subject: [PATCH] 0.4.3 --- project/Constants.scala | 2 +- readme/Index.scalatex | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/project/Constants.scala b/project/Constants.scala index 2885b0eff..a2aa70781 100644 --- a/project/Constants.scala +++ b/project/Constants.scala @@ -1,4 +1,4 @@ package ammonite object Constants{ - val version = "0.4.2" + val version = "0.4.3" } diff --git a/readme/Index.scalatex b/readme/Index.scalatex index d546e066f..45ce34dbc 100644 --- a/readme/Index.scalatex +++ b/readme/Index.scalatex @@ -635,6 +635,14 @@ @a("Gitter Channel", href:="https://gitter.im/lihaoyi/Ammonite") @sect{Changelog} + @sect{0.4.3} + @ul + @li + Remove embarassing debug println left behind in autocomplete code + @li + Fix @code{pathSeparator} so Ammonite-REPL is at least basically-runnable on windows, although buggy + @li + Update to more robust version of pprint to fix @a("#140", href := "https://github.com/lihaoyi/Ammonite/issues/140") @sect{0.4.2} @ul @li