Skip to content

Commit

Permalink
0.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed May 14, 2017
1 parent 7837dbd commit 6f0e5a9
Showing 1 changed file with 20 additions and 17 deletions.
37 changes: 20 additions & 17 deletions readme/Footer.scalatex
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,26 @@

@sect{Changelog}

@sect{0.8.5}
@ul
@li
Fix classLoader related problem in Multi-stage scripts with @hl.scala("@main")
(@issue(591))
@li
A nicer error message when you try to run a non-existent script (@issue(522))
@li
@hl.scala{ammonite.ops.Path(s: String)} now resolves @code{~} to the
home directory of the current user
@li
Many improvements to classpath scanning and re-compilation logic (@issue(542))
@li
Fix crash when you try to run an empty script
@li
Miscellaneous info messages now go to stderr rather than stdout, so they
don't get mixed into your script output if you pipe into a file (@issue(574))



@sect{0.8.4}
@ul
@li
Expand Down Expand Up @@ -1043,20 +1063,3 @@

@sect{Unstable Changlog}
@ul
@li
Fix classLoader related problem in Multi-stage scripts with @hl.scala("@main")
(@issue(591))
@li
A nicer error message when you try to run a non-existent script (@issue(522))
@li
@hl.scala{ammonite.ops.Path(s: String)} now resolves @code{~} to the
home directory of the current user
@li
Many improvements to classpath scanning and re-compilation logic (@issue(542))
@li
Fix crash when you try to run an empty script
@li
Miscellaneous info messages now go to stderr rather than stdout, so they
don't get mixed into your script output if you pipe into a file (@issue(574))


0 comments on commit 6f0e5a9

Please sign in to comment.