Skip to content

3.13.1

Compare
Choose a tag to compare
@c-cube c-cube released this 20 Dec 19:41
· 88 commits to main since this release
60bb2c8

CHANGES:

  • list: TRMC was in 4.14, we can use it earlier
  • fix insidious bug in CCList.flat_map linked to unspecified
    evaluation order
  • perf: use concat_map for CCList.flat_map on >= 5.1
    (this also re-fixes the same bug in CCList.flat_map anyway)