Skip to content

Commit df88fce

Browse files
committed
Update changelog
1 parent bef9e89 commit df88fce

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,24 @@
11
Unreleased
22
---
33

4+
### Changed
5+
6+
- Modernize development infrastructure
7+
(PR [#162](https://github.com/SethMMorton/natsort/issues/177))
8+
- Use `ruff` instead of `flake8` and `black`
9+
- Move all config to `pyproject.toml`
10+
- Use `setuptools-scm` to track `__version__`
11+
- Remove `bumpversion` for creating new releases
12+
- Move to `src/` layout for repository
13+
414
### Fixed
515

616
- Eliminated mypy failure related to string literals
717

18+
### Removed
19+
20+
- Python 3.7 support
21+
822
[8.4.0] - 2023-06-19
923
---
1024

0 commit comments

Comments
 (0)