Skip to content

Commit

Permalink
NEWS item
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbyrne committed Nov 25, 2014
1 parent a39a9dd commit 1661d84
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,12 @@ Deprecated or removed

* `{...}` syntax is deprecated in favor of `Any[...]` ([#8578]).

* `itrunc`, `ifloor`, `iceil` and `iround` are deprecated in favour of
`trunc{T<:Integer}(T,x)`, `floor{T<:Integer}(T,x)`, etc.. `trunc` is now
always bound-checked;`Base.unsafe_trunc` provides the old unchecked `itrunc`
behaviour ([#9133]).


Julia v0.3.0 Release Notes
==========================

Expand Down

0 comments on commit 1661d84

Please sign in to comment.