Feature Release
Resolved Issues:
- 7 , reported by mtahirtariq
Added Features:
- Redaction now applied to generic mapping types, including:
1. `dict`
2. `collections.OrderedDict`
3. `frozendict.frozendict`
4. `collections.ChainMap`
5. `types.MappingProxyType`
6. `collections.UserDict`
and any other mapping class that inherits from `collections.Mapping`
What's Changed
* Add version 0.0.6 by armurox in https://github.com/armurox/loggingredactor/pull/8
**Full Changelog**: https://github.com/armurox/loggingredactor/compare/0.0.5...0.0.6