Skip to content

Commit

Permalink
move String rename under 'Language Changes' since this is a core type…
Browse files Browse the repository at this point in the history
…, and is an extremely visible change
  • Loading branch information
stevengj committed Nov 5, 2014
1 parent 11d4dde commit a0045e1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ New language features
Language changes
----------------

* `String` has been renamed to `AbstractString` ([#8872]).

* `None` is deprecated; use `Union()` instead ([#8423]).

* `Nothing` (the type of `nothing`) is renamed to `Void` ([#8423]).
Expand Down Expand Up @@ -99,8 +101,6 @@ Library improvements

* The `machinefile` now supports an host count ([#7616]).

* `String` has been renamed to `AbstractString`.

* Added optional rounding argument to floating-point constructors ([#8845])

Deprecated or removed
Expand Down Expand Up @@ -1061,3 +1061,5 @@ Too numerous to mention.
[#8776]: https://github.com/JuliaLang/julia/issues/8776
[#8792]: https://github.com/JuliaLang/julia/issues/8792
[#8816]: https://github.com/JuliaLang/julia/issues/8816
[#8845]: https://github.com/JuliaLang/julia/issues/8845
[#8872]: https://github.com/JuliaLang/julia/issues/8872

0 comments on commit a0045e1

Please sign in to comment.