Skip to content

Commit

Permalink
NEWS.md update : move getpeername to the correct section (JuliaLang#2…
Browse files Browse the repository at this point in the history
  • Loading branch information
amitmurthy committed May 31, 2017
1 parent 0e8408f commit 5ecbae0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ Julia v0.7.0 Release Notes

New language features
---------------------
* `getpeername` on a `TCPSocket` returns the address and port of the remote
endpoint of the TCP connection ([#21825]).


Language changes
----------------
Expand Down Expand Up @@ -53,6 +50,9 @@ Library improvements
method can be opened in an editor by entering the corresponding number in the REPL
and pressing `^Q` ([#22007]).

* `getpeername` on a `TCPSocket` returns the address and port of the remote
endpoint of the TCP connection ([#21825]).

Compiler/Runtime improvements
-----------------------------

Expand Down

0 comments on commit 5ecbae0

Please sign in to comment.