Skip to content

Commit

Permalink
Added PR reference in NEWS.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
spurll committed Jun 20, 2016
1 parent 6d612a3 commit 33a4a49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ Library improvements
[Primes.jl package](https://github.com/JuliaMath/Primes.jl) ([#16481]).

* `Date` and `DateTime` values can now be rounded to a specified resolution (e.g., 1 month or
15 minutes) with `floor`, `ceil`, and `round` ([#PR]).
15 minutes) with `floor`, `ceil`, and `round` ([#17037]).

Deprecated or removed
---------------------
Expand Down Expand Up @@ -277,3 +277,4 @@ Deprecated or removed
[#16403]: https://github.com/JuliaLang/julia/issues/16403
[#16481]: https://github.com/JuliaLang/julia/issues/16481
[#16731]: https://github.com/JuliaLang/julia/issues/16731
[#17037]: https://github.com/JuliaLang/julia/issues/17037
1 change: 0 additions & 1 deletion doc/stdlib/strings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -500,4 +500,3 @@
.. Docstring generated from Julia source
Create a string from the address of a NUL-terminated UTF-32 string. A copy is made; the pointer can be safely freed. If ``length`` is specified, the string does not have to be NUL-terminated.

0 comments on commit 33a4a49

Please sign in to comment.