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