Tweak changelog

This commit is contained in:
Isaiah Odhner 2023-09-14 20:50:48 -04:00
parent 7fa80b853c
commit 7838b6373b

View File

@ -14,7 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Made radio buttons rounder in `--ascii-only` mode, using parentheses instead of square brackets.
- Moved some code out of the huge `paint.py` into smaller files.
- Split up code files (especially the huge `paint.py`) into lots of smaller modules, and refactored a bunch of things.
### Added