- New `expand_wildcards` function ([576](https://github.com/fastai/fastcore/issues/576)) - New `replace_wildcards` CLI ([576](https://github.com/fastai/fastcore/issues/576))
1.5.47
New Features
- Add `void_` attr to `XT` and use for skipping closing tags in `to_xml` ([575](https://github.com/fastai/fastcore/issues/575))
1.5.46
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))
1.5.45
New Features
- Improve formatting of single child nodes in `to_xml` ([570](https://github.com/fastai/fastcore/issues/570))
1.5.44
Bugs Squashed
- bool args incorrectly parsed in `fastcore.xml` ([569](https://github.com/fastai/fastcore/issues/569))
1.5.43
New Features
- Add `parse_env` to provide similar functionality to `dotenv` pypi lib ([568](https://github.com/fastai/fastcore/issues/568)) - Add `partition` ([567](https://github.com/fastai/fastcore/issues/567)) - Add return value to `result` attr in `threaded` functions ([563](https://github.com/fastai/fastcore/issues/563))