Added
- Add none_overrides_value option. Before this change, None values would unexpectedly
override previously configured values. Now, the previous value will be retained if
newer values are None. The old behavior can be re-enabled with by setting the
none_overrides_value argument of CascadeConfig to True.