# Claude Code v0.2.48 Changelog
Changes
Import Changes
2 itemsThis release contains minor internal refactoring of module imports with no user-facing changes:
Refactored Imports #
- Stream module: Changed from default import to named import
- Before:
import PE4 from "stream" - After:
import { Readable as $E4 } from "stream"
- Process module: Changed from default import to named import
- Before:
import Vc2 from "node:process" - After:
import { cwd as yw0 } from "node:process"
Technical Details #
- Structural similarity: 100%
- Total changes: 2 additions, 2 deletions
- 122 internal renames (no functional impact)