diff --git a/ci/build.sc b/ci/build.sc index 798415ac3..11db49b40 100755 --- a/ci/build.sc +++ b/ci/build.sc @@ -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)") diff --git a/readme/Footer.scalatex b/readme/Footer.scalatex index ac2c2a233..acfb122d9 100644 --- a/readme/Footer.scalatex +++ b/readme/Footer.scalatex @@ -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