---
- ``None`` is default value of ``ValueDripper``
- Before this change ``ValueDripper`` without ``default`` keyword argument
will raise ``DrippingError``
- In order to this behavior ``DictDripper`` will return empty dict
when inner value dripper could not dig out values
- Thanks for bungoume to suggest this behavior