# Changelog
All notable changes to this project will be documented in this file.
## [Unreleased]
## [3.1.47] - 2023-02-16
- Support Laravel 10
### Fixed
- Fix Bug Multiple drawings change the behavior of the startCell (#3865).
- Allow configuring read data only in chunks as well.
## [3.1.46] - 2023-01-27
- Support Laravel 10
## [3.1.45] - 2023-01-02
### Added
- Add support for ignoring PHP auto_detect_line_endings INI directive
### Fixed
- Fix the PSR simple cache dependency mess to maintain backwards compatability and support 3.0 of the interface.
## [3.1.44] - 2022-10-14
### Fixed
- Fix output of `WithFormatData` in combination with `SkipsEmptyRows` (#3760)
### Changed
- Cast empty headings to indexed integer (#3646)
- Adds `isEmptyWhen` to customize is row empty logic. (#3645)
### Fixed
- Fix temporary local files not being cleaned up when setting force_resync_remote config to true (#3623)
- Fix testing for multiple stored files by regex matching (#3631).
- Allow `required_unless` rule (#3660)
## [3.1.40] - 2022-05-02