Skip to content

Commit

Permalink
we aren't being consistent in separating 'new library functions' from…
Browse files Browse the repository at this point in the history
… 'library improvements'; NEWS for #3344
  • Loading branch information
stevengj committed Feb 19, 2014
1 parent ecc7376 commit 7812ecd
Showing 1 changed file with 15 additions and 10 deletions.
25 changes: 15 additions & 10 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,13 @@ New language features
* Unicode identifiers are normalized (NFC) so that different encodings
of equivalent strings are treated as the same identifier ([#5462]).

New library functions
---------------------

* `GitHub` module for interacting with the GitHub API

* `Pkg.submit(pkg[,commit])` function to automatically submit
a GitHub pull request to the package author.
Library improvements
--------------------

* `mod2pi` function ([#4799], [#4862]).

* New functions `minmax` and `extrema` ([#5275]).

Library improvements
--------------------

* `consume(p)` extended to `consume(p, args...)`, allowing it
to optionally pass `args...` back to the producer ([#4775]).

Expand All @@ -64,6 +56,19 @@ Library improvements

* `errno([code])` function to get or set the C library's `errno`.

* `GitHub` module for interacting with the GitHub API

* Package improvements

* Packages are now installed into `.julia/v0.3` by default (or
whatever the current Julia version is), so that different
versions of Julia can co-exist with incompatible packages.
Existing `.julia` installations are unaffected unless `Pkg.init()`
is run to re-create the package directories ([#3344], [#5737]).

* `Pkg.submit(pkg[,commit])` function to automatically submit
a GitHub pull request to the package author.

* Collections improvements

* `Array` assignment (e.g. `x[:] = y`) ignores singleton dimensions
Expand Down

0 comments on commit 7812ecd

Please sign in to comment.