Skip to content

Commit

Permalink
Add deprecation and NEWS entry
Browse files Browse the repository at this point in the history
  • Loading branch information
nalimilan committed Sep 3, 2017
1 parent 4fc6e70 commit 29a2b57
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,8 @@ Deprecated or removed
* `select`, `select!`, `selectperm` and `selectperm!` have been renamed respectively to
`partialsort`, `partialsort!`, `partialsortperm` and `partialsortperm!` ([#23051]).

* The `Range` abstract type has been renamed to `AbstractRange` ([#23570]).

Command-line option changes
---------------------------

Expand Down
2 changes: 2 additions & 0 deletions base/deprecated.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1733,6 +1733,8 @@ end

@deprecate promote_noncircular promote false

@deprecate_binding Range AbstractRange

# END 0.7 deprecations

# BEGIN 1.0 deprecations
Expand Down

0 comments on commit 29a2b57

Please sign in to comment.