diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c747cc0..277c2306 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ +## 1.5.34 + +### New Features + +- Add `xml` module for XML and HTML generation ([#549](https://github.com/fastai/fastcore/issues/549)) +- Add `NotStr`, which behaves like a `str`, but is not an instance of one ([#548](https://github.com/fastai/fastcore/issues/548)) +- Add `NS`, a `SimpleNamespace` subclass that also adds `iter` and `dict` support ([#547](https://github.com/fastai/fastcore/issues/547)) + + ## 1.5.33 ### New Features