We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f55aade commit f99c9b4Copy full SHA for f99c9b4
CHANGELOG.md
@@ -2,6 +2,15 @@
2
3
<!-- do not remove -->
4
5
+## 1.5.34
6
+
7
+### New Features
8
9
+- Add `xml` module for XML and HTML generation ([#549](https://github.com/fastai/fastcore/issues/549))
10
+- Add `NotStr`, which behaves like a `str`, but is not an instance of one ([#548](https://github.com/fastai/fastcore/issues/548))
11
+- Add `NS`, a `SimpleNamespace` subclass that also adds `iter` and `dict` support ([#547](https://github.com/fastai/fastcore/issues/547))
12
13
14
## 1.5.33
15
16
### New Features
0 commit comments