From 764fa826fdccda4508533a4ff38219665595317c Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Thu, 15 Sep 2016 23:08:32 +0800 Subject: [PATCH] 0.7.7 --- .../test/scala/ammonite/session/ProjectTests.scala | 4 ++-- readme/Footer.scalatex | 13 +++++++++++++ 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/amm/src/test/scala/ammonite/session/ProjectTests.scala b/amm/src/test/scala/ammonite/session/ProjectTests.scala index 82e0e4147..b879a2b6d 100644 --- a/amm/src/test/scala/ammonite/session/ProjectTests.scala +++ b/amm/src/test/scala/ammonite/session/ProjectTests.scala @@ -169,10 +169,10 @@ object ProjectTests extends TestSuite{ res1: Int = 1 @ ExprCtx.Parened.parse("1 + 1") // for some reason the tuple isn't pprinted - res2: fastparse.core.Parsed[Unit] = Failure("(":1:1 ..."1 + 1") + res2: fastparse.core.Parsed[Unit,Char,String] = Failure("(":1:1 ..."1 + 1") @ ExprCtx.Parened.parse("(1 + 1)") - res3: fastparse.core.Parsed[Unit] = Success((),7) + res3: fastparse.core.Parsed[Unit,Char,String] = Success((),7) """) } diff --git a/readme/Footer.scalatex b/readme/Footer.scalatex index d312c5b5a..2eb4ae042 100644 --- a/readme/Footer.scalatex +++ b/readme/Footer.scalatex @@ -97,6 +97,19 @@ @sect{Changelog} + + @sect{0.7.7} + @ul + @li + @issue(461) avoid loading the same compiler plugin more than once, + thanks to @lnk("Roman Tklalenko", "https://github.com/tkroman") + @li + Allow @code{cd!}ing into sym-links, thanks to + @lnk("Roman Tklalenko", "https://github.com/tkroman") and + @lnk("Sergei Winitzki", "https://github.com/winitzki") + @li + Bump Fansi dependency to 0.2.1 and bump Fastparse dependency to 0.4.0 + @sect{0.7.6} @ul @li