Skip to content

1.48.3 - Fix accidentally changed module names in exports

Compare
Choose a tag to compare
@penny-for-vapor penny-for-vapor released this 30 Apr 15:15
· 2 commits to main since this release
ed4cfa9

What's Changed

Fix accidentally changed module names in exports by @gwynne in #605

The NIO module name on some @_exported imports was incorrectly changed. Since we’re stuck with @_exported, we need to fix this for source compatibility.

This patch was released by @gwynne

Full Changelog: 1.48.2...1.48.3