From 80b9cd0cc0f3ba4675f4052a1a8fbf5058f6209b Mon Sep 17 00:00:00 2001 From: Eugene Yokota Date: Wed, 19 Nov 2014 01:55:56 -0500 Subject: [PATCH] notes --- notes/0.13.7.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/notes/0.13.7.markdown b/notes/0.13.7.markdown index ceb104882..2dfd771fc 100644 --- a/notes/0.13.7.markdown +++ b/notes/0.13.7.markdown @@ -44,9 +44,9 @@ - Maven artifact dependencies will limit their transitive dependencies to `Compile` rather than *every configuration* if no `master` configuration is found. [#1586][1586] by [@jsuereth][@jsuereth] - The new natural whitspace handling parser is unable to cope with certain classes of Scala syntax. In particular, top-level pattern matches, or multi-value defintions are no longer supported: - val x, y = project // BAD - val x = project // - val y = project // GOOD + val x, y = project // BAD + val x = project // + val y = project // GOOD ### Improvements