You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/upgrade-to-v5.md
+1-3
Original file line number
Diff line number
Diff line change
@@ -76,9 +76,7 @@ We have set our typescript compilation target to `es2020` which aligns with our
76
76
77
77
### serializeFunctions bug fix
78
78
79
-
> **TL;DR**: TODO
80
-
81
-
TODO(NODE-4771): serializeFunctions bug fix makes function names outside the ascii range get serialized correctly
79
+
If serializeFunctions was enabled and the functions being serialized had a name that is outside of [Controls and Basic Latin](https://en.wikibooks.org/wiki/Unicode/Character_reference/0000-0FFF) character ranges (a.k.a utf8 bytes: 0x00-0x7F) they would be incorrectly serialized.
0 commit comments