Feature Release
Resolved Issues:
- #7 , reported by @mtahirtariq
Added Features:
- Redaction now applied to generic mapping types, including:
dict
collections.OrderedDict
frozendict.frozendict
collections.ChainMap
types.MappingProxyType
collections.UserDict
and any other mapping class that inherits fromcollections.Mapping
What's Changed
Full Changelog: 0.0.5...0.0.6