Skip to content

Commit 11aa594

Browse files
committed
Update changelog for 1.0
Signed-off-by: Peter Grayson <[email protected]>
1 parent 58f43d2 commit 11aa594

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [Unreleased]
3+
## [1.0] 2021-02-07
44

55
### Removed
66
- Drop support for Python < 3.5
@@ -12,10 +12,16 @@
1212
- The pre-commit hook is now run for `stg refresh`
1313
- New `--spill` option for `stg refresh`
1414
- Add stgit.series.description config option (#88)
15+
- Official support for Python versions up to 3.9
1516

1617
### Changed
18+
- Stack metadata format 4. All metadata now kept in Git objects; no more
19+
stack state files in .git/patches. **A one-way auto-upgrade to format
20+
version 4 will occur when StGit commands are run on an existing StGit
21+
branch.**
1722
- Use `python3` in shebangs instead of `python`
1823
- `contrib/stgbashprompt.sh` is no longer executable
24+
- Internal docstrings now use reStructuredText instead of Epytext
1925

2026
### Fixed
2127
- Importing large patches is much, much faster (#66)
@@ -24,6 +30,11 @@
2430
- Use encoded (string) environment variables on Windows (#79)
2531
- Fix `stg pull` when no upstream is configured (#83)
2632
- Fix `refresh` crash with path limiting and files added to index (#85)
33+
- Repair `new` with patchdescr.template crash (#87)
34+
- Repair `log` from worktree subdir with patches specified
35+
- Repair `import` allowing/generating duplicate patch names (#64)
36+
- Repair `mail --auto` to strip comments after addrs (#91)
37+
2738

2839
## [0.23] 2020-06-12
2940

0 commit comments

Comments
 (0)