Releases: corenting/immutabledict
Releases · corenting/immutabledict
Version 2.2.0
Version 2.1.0
- Fix type annotation on keyword argument in copy(**add_or_replace). Thanks to @techsy730 for the PR #54.
Version 2.0.0
- Support more typing (fix issue #47)
⚠️ Remove*args, **kwargs
from thefromkeys()
method.
Version 1.3.0
Version 1.2.0
- Support PEP 584 union operators. Thanks to @lambdalisue for the PR #34.
Version 1.1.0
- Add Python 3.9 to supported versions, remove Python 3.5
- Bump dev dependencies
- Improve README
Version 1.0.0
- Initial stable release