Skip to content

Commit 262b2fc

Browse files
committed
Update changelog for v1.4
Signed-off-by: Peter Grayson <[email protected]>
1 parent ca8b250 commit 262b2fc

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
@@ -20,12 +20,18 @@
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

0 commit comments

Comments
 (0)