Skip to content

Commit 8c2274e

Browse files
committed
Try different changelog format
1 parent 94c8401 commit 8c2274e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ and this project adheres to
66
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [0.2.0] - 28/09/2021
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`.
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.
1010

1111
## [0.1.0-a0] - 03/08/2020
1212
- Initial release

0 commit comments

Comments
 (0)