tag name | v0.8 (d6034b40b740c30159224e7b8b7303b680d58708) |
tag date | 2018-12-13 13:31:04 -0500 |
tagged by | Yury Selivanov <yury@magic.io> |
tagged object | commit 0d6f144fcd... |
download | immutables-0.8.tar.gz immutables-0.8.zip |
---|
v0.8
* 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.