Skip to content

Commit

Permalink
Update NEWS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
omry committed Dec 30, 2019
1 parent 8049e9e commit 41cef9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ data model and renaming some classes. As such it may require changes to client c
Features
--------

- Add support for initializing OmegaConf from a attr class or instance ([#87](https://github.com/omry/omegaconf/issues/87))
- Add support for initializing OmegaConf from dataclass or instance ([#87](https://github.com/omry/omegaconf/issues/87))
- Supporting Enums as values and keys ([#87](https://github.com/omry/omegaconf/issues/87))
- Add OmegaConf.{is_config, is_list, is_dict} to test if an Object is an OmegaConf object, and if it's a list or a dict ([#101](https://github.com/omry/omegaconf/issues/101))
- Add OmegaConf.is_missing(cfg, key) to test if a key is missing ('???') in a config ([#102](https://github.com/omry/omegaconf/issues/102))
Expand Down

0 comments on commit 41cef9a

Please sign in to comment.