Skip to content

14.0.0

Compare
Choose a tag to compare
@bodil bodil released this 19 Nov 14:13
· 96 commits to master since this release
14.0.0

Changed

  • As sized-chunks now requires a slightly more recent version of rustc to compile, specifically version 1.36.0, so does im. This is a breaking change, but will of course only affect your code if you're using an older rustc.

Fixed

  • Fixed a quadratic time worst case scenario in the quicksort implementation for Vector. (#101)
  • Fixed an edge case bug when splitting and joining large Vectors. (#105, #107)