Skip to content

Commit

Permalink
Fix typo in NEWS.md and update links.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivarne committed Oct 28, 2014
1 parent 7fdc860 commit 816ee25
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Language changes
Char now supports a more limited set of operations with `Integer` types:

* comparison / equality
* `Char` + `Int` = `Int`
* `Char` + `Int` = `Char`
* `Char` - `Char` = `Int`

Compiler improvements
Expand Down Expand Up @@ -1023,7 +1023,10 @@ Too numerous to mention.
[#8011]: https://github.com/JuliaLang/julia/issues/8011
[#8089]: https://github.com/JuliaLang/julia/issues/8089
[#8152]: https://github.com/JuliaLang/julia/issues/8152
[#8297]: https://github.com/JuliaLang/julia/issues/8297
[#8423]: https://github.com/JuliaLang/julia/issues/8423
[#8560]: https://github.com/JuliaLang/julia/issues/8560
[#8605]: https://github.com/JuliaLang/julia/issues/8605
[#8297]: https://github.com/JuliaLang/julia/pull/8297
[#8624]: https://github.com/JuliaLang/julia/issues/8624
[#8660]: https://github.com/JuliaLang/julia/issues/8660
[#8816]: https://github.com/JuliaLang/julia/issues/8816

0 comments on commit 816ee25

Please sign in to comment.