Skip to content

Commit

Permalink
tweak changelog to be less verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
Li Haoyi committed Apr 6, 2016
1 parent eb1007b commit 62a2224
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme/Footer.scalatex
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
@sect{0.5.8}
@ul
@li
@hl.scala{write(foo: Array[String])}, @hl.scala{write(foo: Iterator[String])}, @hl.scala{write(foo: Traversable[String])} have been generalized to work on any combination e.g. @hl.scala{write(foo: Iterator[Iterator[Array[String]]])}
@hl.scala{write} has been generalized to work on any combination of @hl.scala{Array}, @hl.scala{Traversable} and @hl.scala{Iterator}. e.g. @hl.scala{write(foo: Iterator[Iterator[Array[String]]])}
@li
@hl.scala{write(foo: Array[String])}, @hl.scala{write(foo: Iterator[String])}, @hl.scala{write(foo: Traversable[String])} no longer inserts newlines between items by default.
@hl.scala{write} no longer inserts newlines between items by default.
@li
Introduced the @sect.ref{browse} helper to @sect.ref{Ammonite-Shell}, letting you easily open up large data structures in external editors like Vim or Emacs to browse them without spamming the console

Expand Down

0 comments on commit 62a2224

Please sign in to comment.