- Do not update `-` to `_` if special chars present in `ft` ([601](https://github.com/fastai/fastcore/issues/601))
1.6.6
New Features
- Add `FT.get(k,default)` ([600](https://github.com/fastai/fastcore/issues/600)) - Add `Safe` str and return it from `to_xml` ([599](https://github.com/fastai/fastcore/issues/599)) - Feat: add an `indent` flag for `to_xml()` ([594](https://github.com/fastai/fastcore/pull/594)), thanks to [phact](https://github.com/phact)
1.6.5
New Features
- Add `valmap` to `ft` ([598](https://github.com/fastai/fastcore/issues/598)) - Allow embedding raw HTML inside FT templates using UTF-8 encoded bytes ([597](https://github.com/fastai/fastcore/pull/597)), thanks to [adamritter](https://github.com/adamritter) - Inline flag for `to_xml()` ([594](https://github.com/fastai/fastcore/pull/594)), thanks to [phact](https://github.com/phact)
1.6.4
New Features
- `attrmap` and hyperscript support in fastcore.xml.FT ([595](https://github.com/fastai/fastcore/issues/595))
- Allow attrs to be added to `FT` using `__call__` ([591](https://github.com/fastai/fastcore/issues/591)) - Experimental support for `FT.__call__`, h/t cgarciae ([590](https://github.com/fastai/fastcore/issues/590)) - `FT` interoperability with Django and Jinja using `__html__()` protocol ([589](https://github.com/fastai/fastcore/pull/589)), thanks to [collinanderson](https://github.com/collinanderson)