Skip to content

Commit 7f405bb

Browse files
committed
Improve alignment of some release notes entries
Signed-off-by: Sahas Subramanian <[email protected]>
1 parent 92d2c23 commit 7f405bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RELEASE_NOTES.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ This release includes a new `ConfigManager` class to simplify managing the confi
3030

3131
* `load_config()`:
3232

33-
+ The `base_schema` argument is now keyword-only.
34-
+ The arguments forwarded to `marshmallow.Schema.load()` now must be passed explicitly via the `marshmallow_load_kwargs` argument, as a `dict`, to improve the type-checking.
33+
+ The `base_schema` argument is now keyword-only.
34+
+ The arguments forwarded to `marshmallow.Schema.load()` now must be passed explicitly via the `marshmallow_load_kwargs` argument, as a `dict`, to improve the type-checking.
3535

3636
* `ConfigManagingActor`: Raise a `ValueError` if the `config_files` argument an empty sequence.
3737

0 commit comments

Comments
 (0)