Skip to content

Commit

Permalink
Add insert! change to NEWS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
simonster committed Jun 23, 2014
1 parent 9336ec1 commit 9effcb3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,9 @@ Deprecated or removed

* `readsfrom` and `writesto` are replaced by `open` ([#6948]).

* `insert!` now throws a `BoundsError` if
`index > length(collection)+1` ([#7373]).

[#4042]: https://github.com/JuliaLang/julia/issues/4042
[#5164]: https://github.com/JuliaLang/julia/issues/5164
[#4026]: https://github.com/JuliaLang/julia/issues/4026
Expand Down Expand Up @@ -452,6 +455,7 @@ Deprecated or removed
[#6624]: https://github.com/JuliaLang/julia/pull/6624
[#5936]: https://github.com/JuliaLang/julia/issues/5936
[#6179]: https://github.com/JuliaLang/julia/issues/6179
[#7373]: https://github.com/JuliaLang/julia/issues/7373

Julia v0.2.0 Release Notes
==========================
Expand Down

0 comments on commit 9effcb3

Please sign in to comment.