Browse Source

fix changelog: move recent change to correct section

Fabian Peter Hammerle 8 months ago
parent
commit
0f09fb2d2a
1 changed files with 4 additions and 1 deletions
  1. 4 1
      CHANGELOG.md

+ 4 - 1
CHANGELOG.md

@@ -8,12 +8,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 ### Added
 - declare compatibility with `python3.11`
 
+### Removed
+- compatibility with `python3.7`
+
 ## [1.0.0] - 2022-08-01
 ### Added
 - `pyproject.toml` to specify build dependencies & build backend
 
 ### Removed
-- compatibility with `python3.5`, `python3.6` & `python3.7`
+- compatibility with `python3.5` & `python3.6`
 
 ### Fixed
 - fix export when output and temporary directory are on different filesystems