Skip to content

Commit b4eba25

Browse files
committed
Changelog updates
Signed-off-by: Peter Grayson <[email protected]>
1 parent d1df237 commit b4eba25

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@
44

55
### Removed
66
- Drop support for Python < 3.5
7+
- Remove previously deprecated `stg publish` command
8+
- Removed contrib scripts: `stg-swallow`, `stg-fold-files-from`,
9+
`stg-dispatch`, `stg-whatchanged`, and `stg-show-old`
10+
11+
### Added
12+
- The pre-commit hook is now run for `stg refresh`
13+
- New `--spill` option for `stg refresh`
14+
15+
### Changed
16+
- Use `python3` in shebangs instead of `python`
17+
- `contrib/stgbashprompt.sh` is no longer executable
18+
19+
### Fixed
20+
- Importing large patches is much, much faster (#66)
21+
- Other performance improvements when dealing with large patches
22+
- Repair diffstat when outside work tree root (#62)
23+
- Use encoded (string) environment variables on Windows (#79)
724

825
## [0.23] 2020-06-12
926

0 commit comments

Comments
 (0)