Skip to content

Commit

Permalink
trivial doc change, add NEWS item
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebolewski committed Mar 9, 2015
1 parent 6429a92 commit ada64ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,8 @@ Library improvements
Deprecated or removed
---------------------

* indexing with Reals that are not subtypes of Integers (Rationals, FloatingPoint, etc.) has been deprecated ([#10458]).

* `push!(A)` has been deprecated, use `append!` instead of splatting arguments to `push!` ([#10400]).

* `names` for composite datatypes has been deprecated and
Expand Down
2 changes: 1 addition & 1 deletion doc/manual/arrays.rst
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ The general syntax for indexing into an n-dimensional array A is::

where each I\_k may be:

1. A scalar value
1. A scalar integer
2. A ``Range`` of the form ``:``, ``a:b``, or ``a:b:c``
3. An arbitrary integer vector, including the empty vector ``[]``
4. A boolean vector
Expand Down

0 comments on commit ada64ce

Please sign in to comment.