From d2a618b40631cc335ba46c059f21d981729e331e Mon Sep 17 00:00:00 2001 From: Jeremy Howard Date: Sun, 27 Mar 2022 09:02:20 +1000 Subject: [PATCH] release --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02ceffaa..b6e8c355 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ +## 1.4.0 + +### New Features + +- Support union types with `|` in `typedispatch` and `@patch` ([#397](https://github.com/fastai/fastcore/issues/397)) +- Support py3.10 annotations ([#396](https://github.com/fastai/fastcore/issues/396)) + +### Bugs Squashed + +- fix missing import for `get_source_link` ([#392](https://github.com/fastai/fastcore/pull/392)), thanks to [@hamelsmu](https://github.com/hamelsmu) + + ## 1.3.29