Skip to content

Commit cd57456

Browse files
fixup! blog: add Migrating from Node.js 22 to Node.js 24
Co-authored-by: Brian Muenzenmeyer <brian.muenzenmeyer@gmail.com> Signed-off-by: Richard Lau <richard.lau@ibm.com>
1 parent 64caf88 commit cd57456

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/site/pages/en/blog/announcements/v22-to-v24.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Pre-built binaries of Node.js 24 LTS, or builds using the default build configur
109109
- Streams now catch and forward errors from `dest.write()` [#55270](https://github.com/nodejs/node/pull/55270).
110110
- `readline` no longer ignores unicode line separators [#57591](https://github.com/nodejs/node/pull/57591).
111111
- Calling `readline.pause()`, `readline.resume()` or `readline.write()` on a closed `readline` interface now results in a `ERR_USE_AFTER_CLOSE` error [#57680](https://github.com/nodejs/node/pull/57680)
112-
- The `ERR_TLS_PSK_SET_IDENTIY_HINT_FAILED` error has been corrected to `ERR_TLS_PSK_SET_IDENTIY_HINT_FAILED` [#52627](https://github.com/nodejs/node/pull/52627).
112+
- The `ERR_TLS_PSK_SET_IDENTIY_HINT_FAILED` error has been corrected to `ERR_TLS_PSK_SET_IDENTITY_HINT_FAILED` [#52627](https://github.com/nodejs/node/pull/52627).
113113
- `EventEmitterAsyncResource` fields are now private [#54889](https://github.com/nodejs/node/pull/54889).
114114
- Async context frame added to `AsyncResource` [#56082](https://github.com/nodejs/node/pull/56082).
115115
- `AsyncLocalStorage` now defaults to `AsyncContextFrame` [#55552](https://github.com/nodejs/node/pull/55552).

0 commit comments

Comments
 (0)