File tree 1 file changed +9
-0
lines changed
1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -470,6 +470,14 @@ Deprecated or removed
470
470
* `bitbroadcast` has been deprecated in favor of `broadcast`, which now produces a
471
471
`BitArray` instead of `Array{Bool}` for functions yielding a boolean result ([#19771]).
472
472
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
+
473
481
<!--- generated by NEWS-update.jl: -->
474
482
[#265]: https://github.com/JuliaLang/julia/issues/265
475
483
[#4615]: https://github.com/JuliaLang/julia/issues/4615
@@ -495,6 +503,7 @@ Deprecated or removed
495
503
[#17758]: https://github.com/JuliaLang/julia/issues/17758
496
504
[#17785]: https://github.com/JuliaLang/julia/issues/17785
497
505
[#18050]: https://github.com/JuliaLang/julia/issues/18050
506
+ [#18159]: https://github.com/JuliaLang/julia/issues/18159
498
507
[#18251]: https://github.com/JuliaLang/julia/issues/18251
499
508
[#18330]: https://github.com/JuliaLang/julia/issues/18330
500
509
[#18339]: https://github.com/JuliaLang/julia/issues/18339
You can’t perform that action at this time.
0 commit comments