File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## [ Unreleased ]
3+ ## [ 1.4 ] 2021-10-27
44
55### Removed
66- Python 3.5, which became EOL 2020-09-13, support is deprecated and
2020 importing patches from email (#42 )
2121- StGit works with Python 3.10
2222- ` stg version ` prints a more abbreviated Python version
23+ - ` stg commit ` will no longer commit empty patches by default; the
24+ ` --allow-empty ` option may be used to override this behavior (#158 )
25+ - The ` stgit.main.main() ` function now takes an argv parameter and
26+ returns an int return code in most cases instead of calling
27+ sys.exit(), thus making main() a bit easier to use as an API.
2328
2429### Fixed
2530- Repair stack upgrade with ` stg branch --list ` (#155 )
2631- Repair crash in ` stg squash ` with out of order patches and no name
2732 specified (#157 )
2833- Zsh completions learn ` stg float --noapply ` option
34+ - Zsh completion for ` stg sink ` now allows multiple patches
2935
3036
3137## [ 1.3] 2021-09-26
You can’t perform that action at this time.
0 commit comments