diff --git a/NEWS.md b/NEWS.md index 948f843efdb..684c6d725d3 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,12 @@ +1.0.2 (2020-09-20) +================== +This is a small update improving support for config dataclasses generated by configen + +### Features + +- Overridden parameters annotated as Any in the config are not type checked by instantiate() ([#982](https://github.com/facebookresearch/hydra/issues/982)) + + 1.0.1 (2020-09-15) ================== diff --git a/news/982.feature b/news/982.feature deleted file mode 100644 index bc66260a256..00000000000 --- a/news/982.feature +++ /dev/null @@ -1 +0,0 @@ -Overridden parameters annotated as Any in the config are not type checked by instantiate()