Skip to content

Commit

Permalink
news fragment for API change to DictConfig.{keys,items}
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasha10 committed Feb 17, 2022
1 parent a4844c1 commit fd06224
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions news/848.api_change
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
To conform with the `MutableMapping` API, The `DictConfig.items` method now returns an object of type `ItemsView`, and `DictConfig.keys` will now always return a `KeysView`.

0 comments on commit fd06224

Please sign in to comment.