Skip to content

Commit

Permalink
Link 52724
Browse files Browse the repository at this point in the history
  • Loading branch information
DilumAluthge authored Jan 3, 2024
1 parent 38f8b43 commit b8a4b27
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
Expand Up @@ -83,7 +83,7 @@ New library features
* `replace(string, pattern...)` now supports an optional `IO` argument to
write the output to a stream rather than returning a string ([#48625]).
* `sizehint!(s, n)` now supports an optional `shrink` argument to disable shrinking ([#51929]).
* New function `Docs.hasdocstring(module, symbol)` tells whether a name has a docstring ([#52139], [#TODO]).
* New function `Docs.hasdocstring(module, symbol)` tells whether a name has a docstring ([#52139], [#52724]).
* New function `Docs.undocumented_names(module; all)` returns a module's undocumented names ([#52413]).
* Passing an `IOBuffer` as a stdout argument for `Process` spawn now works as
expected, synchronized with `wait` or `success`, so a `Base.BufferStream` is
Expand Down

0 comments on commit b8a4b27

Please sign in to comment.