Skip to content

Commit

Permalink
use PR # in NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengj committed Jun 4, 2021
1 parent 74f4cf4 commit 0d2c4ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -89,7 +89,7 @@ Standard library changes
* `range` now supports `start` as an optional keyword argument ([#38041]).
* Some operations on ranges will return a `StepRangeLen` instead of a `StepRange`, to allow the resulting step to be zero. Previously, `λ .* (1:9)` gave an error when `λ = 0`. ([#40320])
* `islowercase` and `isuppercase` are now compliant with the Unicode lower/uppercase categories ([#38574]).
* `Printf` now uses `textwidth` for formatting `%s` and `%c` widths ([#41068]).
* `Printf` now uses `textwidth` for formatting `%s` and `%c` widths ([#41085]).
* `iseven` and `isodd` functions now support non-`Integer` numeric types ([#38976]).
* `escape_string` can now receive a collection of characters in the keyword
`keep` that are to be kept as they are. ([#38597]).

0 comments on commit 0d2c4ce

Please sign in to comment.