Skip to content

Commit

Permalink
0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Dec 10, 2016
1 parent d32e120 commit 7784517
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions readme/Footer.scalatex
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,20 @@


@sect{Changelog}
@sect{0.8.1}
@ul
@li
Cross-published for Scala 2.12, with the help of
@lnk("Roman Tkalenko", "https://github.com/tkroman") who
investigated and fixed a gnarly classpath bug @issue(515)
@li
Handle multi-line shebang lines, thanks to @lnk("Greg Dorrell", "https://github.com/Grogs")
@li
Fix @code{NullPointerException} on no-save-then-load situation in REPL,
thanks to @lnk("Roman Tkalenko", "https://github.com/tkroman")
@li
Use Console for SSHD stream redirection to avoid inter-thread spillage
of stdout, thanks to @lnk("Timothy Dettrick", "https://github.com/tjdett")
@sect{0.8.0}
@ul
@li
Expand Down Expand Up @@ -961,7 +975,3 @@

@sect{Unstable Changlog}
@ul
@li
Cross-published for Scala 2.12; if you want to use Ammonite with
Scala 2.12, whether in an SBT project or standalone, use the latest
unstable version as shown above.

0 comments on commit 7784517

Please sign in to comment.