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: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@ Bug fixes:
15
15
* Fix `rb_str_modify_expand` to preserve existing bytes (#2392).
16
16
* Fix `Marshal.load` of multiple `Symbols` with an explicit encoding (#1624).
17
17
* Fix `String#scrub` when replacement is frozen (#2398, @LillianZ).
18
+
* Fix issue with `strspn` used in the `date` C extension compiled as a macro on older glibc and then missing the `__strspn_c1` symbol on newer glibc (#2406).
0 commit comments