Zig 0.15.2 Released

This fix accidentally introduced a breaking change.

@mlugg said:

the function called takeDelimiter did not exist in 0.15.1; that behavior was in takeDelimiterExclusive, and iirc that was intentional at the time. i recall you discussing changes around these functions’ API contracts a few times at the start of this release cycle

@andrewrk said:

I agree it was a mistake, because I intended to only merge pure bug fixes with no behavior changes like this

Replace takeDelimiterExclusive() with takeDelimiter() when you upgrade to 0.15.2

13 Likes