Skip to content

Commit

Permalink
0.7.9
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Nov 9, 2016
1 parent 2c94d93 commit c4dd64f
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion readme/Footer.scalatex
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,25 @@

@sect{Changelog}

@sect{0.7.9}
@ul
@li
Fix @issue(496) by properly setting context classloader when running
cached scripts
@li
Make @code{.iter} versions of file operations return
@lnk("geny", "https://github.com/lihaoyi/geny") @code{Generator}s
rather than @code{Iterator}s, which should avoid problems with
leaking file handles

@li
Fix a hole in @code{ammonite.ops.Path} that was allowing invalid
paths with empty segments to be constructed.

@sect{0.7.8}
@ul
@li
Fix @issue(397) and @issue(430), thanks to
Fix @issue(397) and @issue(430), thanks to
@lnk("Roman Tklalenko", "https://github.com/tkroman")
@li
Upgrade to Fansi 0.2.2, which should reduce memory usage by 134mb
Expand Down

0 comments on commit c4dd64f

Please sign in to comment.