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
@@ -21,6 +21,7 @@ Bug fixes:
21
21
* 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).
22
22
* Fix constant lookup when loading the same file multiple times (#2408).
23
23
* Fix handling of `break`, `next` and `redo` in `define_method(name, &block)` methods (#2418).
24
+
* Fix handling of incompatible types in `Float#<=>` (#2432, @chrisseaton).
0 commit comments