Skip to content

Commit

Permalink
0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Jan 24, 2017
1 parent 0926be8 commit d1ec0a6
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ci/build.sc
Expand Up @@ -105,7 +105,7 @@ def publishDocs() = {
for(v <- Seq("2.10", "2.11"))
yield s"$latestTaggedVersion/$v-$latestTaggedVersion",
for(v <- Seq("2.10", "2.11"))
yield s"snapshot-commit-uploads/$v-$latestTaggedVersion"
yield s"snapshot-commit-uploads/$v-$gitHash"
)
}
println("(stableKey, unstableKey)")
Expand Down
17 changes: 17 additions & 0 deletions readme/Footer.scalatex
Expand Up @@ -114,6 +114,23 @@


@sect{Changelog}

@sect{0.8.2}
@ul
@li
Automatically publish standalone executable for Scala 2.10 and 2.11,
thanks to @lnk("jhnsmth", "https://github.com/jhnsmth")
@li
Bytecode of classes defined in the REPL is now accessible via
@code{getClass.getClassLoader.getResource}, thanks to
@lnk("jhnsmth", "https://github.com/jhnsmth")
@li
Fix crash in working with Hadoop in Ammonite (@issue(535)), thanks to
@lnk("Tom Dyas", "https://github.com/tdyas")
@li
@code{Ctrl-u} and @code{Ctrl-k} now cut to the beginning/end of the
current line (@issue(514)), rather than the entire input block, thanks to
@lnk("Jordan Gwyn", "https://github.com/emanresusername")
@sect{0.8.1}
@ul
@li
Expand Down

0 comments on commit d1ec0a6

Please sign in to comment.