- Move dispatch and transform modules to fasttransform ([669](https://github.com/AnswerDotAI/fastcore/pull/669)), thanks to [RensDimmendaal](https://github.com/RensDimmendaal)
Bugs Squashed
- `list[object]` not handled correctly in docments ([671](https://github.com/AnswerDotAI/fastcore/issues/671))
1.7.29
New Features
- Add `partition_dict` ([665](https://github.com/AnswerDotAI/fastcore/issues/665)) - Add `VAR_POSITIONAL` and `VAR_KEYWORD` to docments ([664](https://github.com/AnswerDotAI/fastcore/issues/664))
1.7.28
New Features
- Support documenting args and kwargs ([660](https://github.com/AnswerDotAI/fastcore/pull/660)), thanks to [Isaac-Flath](https://github.com/Isaac-Flath) - Update Config to support ConfigParser keyword arguments ([659](https://github.com/AnswerDotAI/fastcore/pull/659)), thanks to [ncoop57](https://github.com/ncoop57)