Skip to content

v0.8

Choose a tag to compare

@1st1 1st1 released this 13 Dec 18:43
· 78 commits to master since this release
  • Add new MapMutation.update() method that behaves like
    MutableMapping.update()

  • Make it faster to create a Map() from another Map()—it's now an
    O(1) operation.

  • update() method had a bug that could cause the update Map object to
    have a wrong number of elements.