Skip to content

Commit de53e43

Browse files
committed
Add changelog entry for SyscallConn improvement
1 parent 65f5091 commit de53e43

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
- Optimized custom unmarshaler type assertion to use Go 1.25's
1818
`reflect.TypeAssert` when available, reducing allocations in reflection code
1919
paths.
20+
- Improved memory mapping implementation by using `SyscallConn()` instead of
21+
`Fd()` to avoid side effects and prepare for Go 1.25+ Windows I/O
22+
enhancements. Pull request by database64128. GitHub #179.
2023

2124
## 2.0.0-beta.8 - 2025-07-15
2225

0 commit comments

Comments
 (0)