0.3.1: Functionally Fixing Bugs
We were using flatMap
in a few places that we should have used map
. This boneheaded mistake was causing segfaults for some users so we went ahead and fixed it.
We were using flatMap
in a few places that we should have used map
. This boneheaded mistake was causing segfaults for some users so we went ahead and fixed it.