New Features
- Option to preserve filenames in `download_images` ([2983](https://github.com/fastai/fastai/pull/2983)), thanks to [mess-lelouch](https://github.com/mess-lelouch)
- Deprecate `config` in `create_cnn` and instead pass kwargs directly ([2966](https://github.com/fastai/fastai/pull/2966)), thanks to [borisdayma](https://github.com/borisdayma)
Bugs Squashed
- Progress and Recorder callbacks serialize their data, resulting in large Learner export file sizes ([2981](https://github.com/fastai/fastai/issues/2981))
- `TextDataLoaders.from_df()` returns `TypeError: 'float' object is not iterable` ([2978](https://github.com/fastai/fastai/issues/2978))
- "only one element tensors can be converted to Python scalars" exception in Siamese Tutorial ([2973](https://github.com/fastai/fastai/issues/2973))
- Learn.load and LRFinder not functioning properly for the optimizer states ([2892](https://github.com/fastai/fastai/issues/2892))