Skip to content

Commit

Permalink
Merge pull request #174 from JuliaLang/readme
Browse files Browse the repository at this point in the history
README updates for mktemp
  • Loading branch information
tkelman committed Feb 15, 2016
2 parents fb05f8c + cbfcb7e commit efc3488
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,8 @@ Currently, the `@compat` macro supports the following syntaxes:
Compat provides an unexported `Compat.Filesystem` method that is aliased to
`Base.FS` on Julia 0.3 and 0.4 and `Base.Filesystem` on Julia 0.5.

* `mktemp` and `mktempdir` now have variants which take a function as their first argument for automated cleanup. [#9017](https://github.com/JuliaLang/julia/pull/9017)

## New types

* [`Nullable` types](http://julia.readthedocs.org/en/latest/manual/types/?highlight=nullable#nullable-types-representing-missing-values) and their associated operations.
Expand Down

0 comments on commit efc3488

Please sign in to comment.