From fa314769f249b0b571572fba9a09bc52afff1e70 Mon Sep 17 00:00:00 2001 From: Jeremy Howard Date: Mon, 17 Jun 2024 09:34:21 +1000 Subject: [PATCH] release --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9674743..7085355a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ ### New Features +- Unwrap `NotStr` passed to `NotStr.__init__` ([#574](https://github.com/fastai/fastcore/issues/574)) - Provide attr get/set in `XT` ([#572](https://github.com/fastai/fastcore/issues/572)) - Handle non-str types in `to_xml` ([#571](https://github.com/fastai/fastcore/issues/571))