Skip to content

Commit

Permalink
0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Li Haoyi committed Aug 6, 2015
1 parent bcc8745 commit 19d1f7f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion project/Constants.scala
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package ammonite
object Constants{
val version = "0.4.2"
val version = "0.4.3"
}
8 changes: 8 additions & 0 deletions readme/Index.scalatex
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 19d1f7f

Please sign in to comment.