소스 검색

fix changelog: move recent change to correct section

Fabian Peter Hammerle 1 년 전
부모
커밋
0f09fb2d2a
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  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