Skip to content

Commit 40e67e7

Browse files
committed
Add NEWS.md entry for new polly command-line flag (JuliaLang#18159).
1 parent 9ac9071 commit 40e67e7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

NEWS.md

+9
Original file line numberDiff line numberDiff line change
@@ -470,6 +470,14 @@ Deprecated or removed
470470
* `bitbroadcast` has been deprecated in favor of `broadcast`, which now produces a
471471
`BitArray` instead of `Array{Bool}` for functions yielding a boolean result ([#19771]).
472472
473+
Command-line option changes
474+
---------------------------
475+
476+
* In `polly` builds (`USE_POLLY := 1`), the new flag `--polly={yes|no}` controls whether
477+
`@polly` declarations are respected. (With `--polly=no`, `@polly` declarations are
478+
ignored.) This flag is also available in non-`polly` builds (`USE_POLLY := 0`),
479+
but has no effect ([#18159]).
480+
473481
<!--- generated by NEWS-update.jl: -->
474482
[#265]: https://github.com/JuliaLang/julia/issues/265
475483
[#4615]: https://github.com/JuliaLang/julia/issues/4615
@@ -495,6 +503,7 @@ Deprecated or removed
495503
[#17758]: https://github.com/JuliaLang/julia/issues/17758
496504
[#17785]: https://github.com/JuliaLang/julia/issues/17785
497505
[#18050]: https://github.com/JuliaLang/julia/issues/18050
506+
[#18159]: https://github.com/JuliaLang/julia/issues/18159
498507
[#18251]: https://github.com/JuliaLang/julia/issues/18251
499508
[#18330]: https://github.com/JuliaLang/julia/issues/18330
500509
[#18339]: https://github.com/JuliaLang/julia/issues/18339

0 commit comments

Comments
 (0)