What's wrong with this entry?
Anonymous. No account, no email.
- Process module: Now imports only the
cwdfunction directly fromnode:processinstead of importing the entire module - This change improves efficiency by only loading the specific function needed for getting the current working directory
- Stream module: Now imports only the
PassThroughclass directly from thestreammodule instead of importing the entire module - PassThrough streams are used internally for data flow management
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.