From 0b188e9a4f200c5ad93c692bb10aa6e7ceb10d4c Mon Sep 17 00:00:00 2001 From: Jeremy Howard Date: Tue, 24 Nov 2020 16:37:41 -0800 Subject: [PATCH] release --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c3c7fd4..eb3bacfe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ +## 1.3.9 + +### New Features + +- use `__slots__` in `store_attr` if exists ([#226](https://github.com/fastai/fastcore/issues/226)) +- add `urlrequest` ([#225](https://github.com/fastai/fastcore/issues/225)) +- add `loads` and `urlsend` ([#224](https://github.com/fastai/fastcore/issues/224)) +- add `PartialFormatter` and `partial_format` ([#223](https://github.com/fastai/fastcore/issues/223)) +- add `stringfmt_names` ([#222](https://github.com/fastai/fastcore/issues/222)) + + ## 1.3.8 ### New Features