1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [3.0.0] - 2021-01-18
### Changed
- Use `openpyxl` instead of `xlrd` as the latter doesn't support .xlsx format anymore.
### Added
- Added [`openpyxl`](https://openpyxl.readthedocs.io/en/stable/changes.html)
### Removed
- Removed [`xlrd`](https://xlrd.readthedocs.io/en/latest/changes.html)
## [2.3.0] - 2019-12-03
### Added
- Initial release.
[Unreleased]: https://github.com/Colin-b/tesxcel/compare/v3.0.0...HEAD
[3.0.0]: https://github.com/Colin-b/tesxcel/compare/v2.3.0...v3.0.0
[2.3.0]: https://github.com/Colin-b/tesxcel/releases/tag/v2.3.0