v0.8
-
Add new
MapMutation.update()method that behaves like
MutableMapping.update() -
Make it faster to create a
Map()from anotherMap()—it's now an
O(1) operation. -
update()method had a bug that could cause the updateMapobject to
have a wrong number of elements.