Skip to content

Commit

Permalink
Add NEWS.md entry for new polly command-line flag (#18159).
Browse files Browse the repository at this point in the history
  • Loading branch information
Sacha0 committed May 13, 2017
1 parent 9ac9071 commit 255a2bc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,12 @@ Deprecated or removed
* `bitbroadcast` has been deprecated in favor of `broadcast`, which now produces a
`BitArray` instead of `Array{Bool}` for functions yielding a boolean result ([#19771]).

Command-line option changes
---------------------------

* The new flag `--polly={yes|no}` controls whether `@polly` declarations are
respected. (With `--polly=no`, `@polly` declarations are ignored.) ([#18159]).

<!--- generated by NEWS-update.jl: -->
[#265]: https://github.com/JuliaLang/julia/issues/265
[#4615]: https://github.com/JuliaLang/julia/issues/4615
Expand All @@ -495,6 +501,7 @@ Deprecated or removed
[#17758]: https://github.com/JuliaLang/julia/issues/17758
[#17785]: https://github.com/JuliaLang/julia/issues/17785
[#18050]: https://github.com/JuliaLang/julia/issues/18050
[#18159]: https://github.com/JuliaLang/julia/issues/18159
[#18251]: https://github.com/JuliaLang/julia/issues/18251
[#18330]: https://github.com/JuliaLang/julia/issues/18330
[#18339]: https://github.com/JuliaLang/julia/issues/18339
Expand Down Expand Up @@ -584,3 +591,4 @@ Deprecated or removed
[#20543]: https://github.com/JuliaLang/julia/issues/20543
[#20609]: https://github.com/JuliaLang/julia/issues/20609
[#20889]: https://github.com/JuliaLang/julia/issues/20889
[#21359]: https://github.com/JuliaLang/julia/issues/21359

0 comments on commit 255a2bc

Please sign in to comment.