add removed section in latest update in changelog

This commit is contained in:
onyx-and-iris 2022-07-16 22:53:46 +01:00
parent cb5859c61a
commit ca548187f1

View File

@ -18,13 +18,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Reload profiles from memory into app if switching kind between connections.
- Reload user configs from memory into app if switching kind between connections.
- Levels rework, now using is_updated in callback.
- Some logic regarding callbacks reworked, timings reduced for updates.
- Directory structure changed, no more profiles/. All configs should go into configs/
- Configs section in readme updated to reflect changes.
- Installation instructions updated for python 311 and pypi.
- Git dependency removed.
### Fixed
@ -32,6 +31,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fixed bug with submix frames failing to redraw when selected from menu.
- Version fastforward in pyproject to match changelog.
### Removed
- Requirement to install Git.
## [1.2.6] - 2022-05-16
### Added