New Features
- Enhancement: Let TextDataLoaders take in a custom `tok_text_col` ([3208](https://github.com/fastai/fastai/pull/3208)), thanks to [muellerzr](https://github.com/muellerzr)
- Changed dataloaders arguments to have consistent overrides ([3178](https://github.com/fastai/fastai/pull/3178)), thanks to [marii-moe](https://github.com/marii-moe)
- Better support for iterable datasets ([3173](https://github.com/fastai/fastai/pull/3173)), thanks to [jcaw](https://github.com/jcaw)
Bugs Squashed
- BrokenProcessPool in `download_images()` on Windows ([3196](https://github.com/fastai/fastai/issues/3196))
- error on predict() or using interp with resnet and MixUp ([3180](https://github.com/fastai/fastai/issues/3180))
- Fix 'cat' attribute with pandas dataframe: `AttributeError: Can only use .cat accessor with a 'category' dtype` ([3165](https://github.com/fastai/fastai/pull/3165)), thanks to [dreamflasher](https://github.com/dreamflasher)
- `cont_cat_split` does not support pandas types ([3156](https://github.com/fastai/fastai/issues/3156))
- `DataBlock.dataloaders` does not support the advertised "shuffle" argument ([3133](https://github.com/fastai/fastai/issues/3133))