Skip to content

12.3.4

Compare
Choose a tag to compare
@bodil bodil released this 08 Apr 13:49
· 136 commits to master since this release
12.3.4
12ecec9

Changed

  • Clone constraints have been further relaxed on maps and sets, so that you can now lookup and iterate over them without requiring a Clone constraint (though you do still need Clone to actually insert data into them to lookup or iterate over). (#81)

Fixed

  • Enforces the latest bugfix release of sized-chunks. (#78)
  • Another edge case bugfix to Vector's size table handling. (#79)