You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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`.
9
+
- 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.
0 commit comments