From b36ebabc4f09e58b2fa7b736f47c4e14ca5e9c8c Mon Sep 17 00:00:00 2001 From: Jeremy Howard Date: Mon, 5 Oct 2020 02:40:50 -0700 Subject: [PATCH] release --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c98230b4..0a23f3f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ +## 1.0.20 + +### New Features + +- add `ignore_ex=False` and `as_bytes=False` params to `run` ([#108](https://github.com/fastai/fastcore/issues/108)) +- `AttrDict`: a `dict` subclass that also provides access to keys as attrs; and change `dict2obj` to create `AttrDict`s instead of `SimpleNamespace`s ([#107](https://github.com/fastai/fastcore/issues/107)) + + ## 1.0.19 ### New Features