Skip to content

Commit

Permalink
add news item
Browse files Browse the repository at this point in the history
  • Loading branch information
musm authored Aug 1, 2017
1 parent 400b0d8 commit a4826ca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,9 @@ Deprecated or removed

* Calling `write` on non-isbits arrays is deprecated in favor of explicit loops or
`serialize` ([#6466]).

* The tuple-of-types form of `cfunction`, i.e. `cfunction(f, return, (types...))`, has
been deprecated in favor of the tuple-type form `cfunction(f, return, Tuple{types...})` (#23066).


Julia v0.6.0 Release Notes
Expand Down

0 comments on commit a4826ca

Please sign in to comment.