Skip to content

Commit

Permalink
NEWS update
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengj committed Jun 4, 2016
1 parent 4c44188 commit 1ccacbd
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,16 @@ Breaking changes
Library improvements
--------------------

* Strings ([#16107]):

* The `UTF8String` and `ASCIIString` types have been merged into a single
`String` type ([#16058]). Use `isascii(s)` to check whether
a string contains only ASCII characters.

* The basic string construction routines are now `string(args...)`,
`String(s)`, `unsafe_string(ptr)` (formerly `bytestring(ptr)`), and
`unsafe_wrap(String, ptr)` (formerly `pointer_to_array`) ([#16731]).

* Most of the combinatorics functions have been moved from `Base`
to the [Combinatorics.jl package](https://github.com/JuliaLang/Combinatorics.jl) ([#13897]).

Expand Down Expand Up @@ -251,7 +261,10 @@ Deprecated or removed
[#15609]: https://github.com/JuliaLang/julia/issues/15609
[#15731]: https://github.com/JuliaLang/julia/issues/15731
[#15763]: https://github.com/JuliaLang/julia/issues/15763
[#16058]: https://github.com/JuliaLang/julia/issues/16058
[#16107]: https://github.com/JuliaLang/julia/issues/16107
[#16219]: https://github.com/JuliaLang/julia/issues/16219
[#16362]: https://github.com/JuliaLang/julia/issues/16362
[#16403]: https://github.com/JuliaLang/julia/issues/16403
[#16481]: https://github.com/JuliaLang/julia/issues/16481
[#16731]: https://github.com/JuliaLang/julia/issues/16731

0 comments on commit 1ccacbd

Please sign in to comment.