v4.6.1
- Fixed behaviour of
resize
(@safareli)
Previously resize
would alter the state of Gen
forever, rather than it being local to the Gen
that was passed into resize
. This may alter the behaviour of some existing tests if they relied on the buggy behaviour.