From e77f78be21ff409107edf44470505ea9e2686401 Mon Sep 17 00:00:00 2001 From: Jeremy Howard Date: Tue, 24 Nov 2020 14:41:55 -0800 Subject: [PATCH] release --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 179863c9..0c3c7fd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ +## 1.3.8 + +### New Features + +- rename `negate_func` to `not_` for consistency with other curried ops ([#221](https://github.com/fastai/fastcore/issues/221)) +- Support empty content for `urljson` ([#219](https://github.com/fastai/fastcore/issues/219)) +- move `patch` and `patch_to` to `fastcore.basics`, and avoid clobbering existing symbols when patching ([#214](https://github.com/fastai/fastcore/issues/214)) + + ## 1.3.7 ### New Features