Skip to content

Commit

Permalink
department of redundancy department
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
tkelman committed Aug 3, 2016
1 parent d437e24 commit dd9117c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -399,8 +399,8 @@ Deprecated or removed
performance on older versions of Julia the [Compat.jl package](https://github.com/JuliaLang/Compat.jl/pull/184)
provides a `@functorize` macro.

* `bitunpack(B)` and `bitpack(A)` have been deprecated have been deprecated in favor of
`Array(B)` and `BitArray(A)`, respectively ([#16010]).
* `bitunpack(B)` and `bitpack(A)` have been deprecated in favor of
Array(B)` and `BitArray(A)`, respectively ([#16010]).

* `xdump` is removed, and `dump` now simply shows the full representation of a value.
`dump` should not be overloaded, since it is for examining concrete structure ([#4163]).
Expand Down

0 comments on commit dd9117c

Please sign in to comment.