File tree Expand file tree Collapse file tree 3 files changed +24
-2
lines changed Expand file tree Collapse file tree 3 files changed +24
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 2.0.0-rc.2] 2022-10-23
4
+
5
+ ### Changed
6
+ - The ` --diff-opts ` option is renamed to ` --diff-opt ` . ` --diff-opts `
7
+ remains available as an alias.
8
+ - The ` --diff-opt ` option no longer allows multiple git options per
9
+ occurrence. This allows git diff options with spaces in their values.
10
+ - The ` --git-opts ` option for ` stg email format ` and ` stg email send ` is
11
+ renamed ` --git-opt ` .
12
+ - The ` --git-opt ` option no longer allows multiple git options per
13
+ occurrence. This allows git options with spaces in their values.
14
+ - Zsh completion for ` --diff-opt ` and ` --git-opt ` leverage the
15
+ full-featured git completion capability.
16
+
17
+ ### Fixed
18
+ - Repair check for modifications to stack by external tools.
19
+ - ` stg pull ` and ` stg rebase ` record updated stack state instead of
20
+ deferring until the next stack-modifying command to do so.
21
+ - Improve patch appliction with ` git apply --3way ` when pushing` (#225 )
22
+ - Zsh completion for ` --diff-opt ` accommodates multiple occurrences
23
+
24
+
3
25
## [ 2.0.0-rc.1] 2022-09-30
4
26
5
27
### Added
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " stgit"
3
- version = " 2.0.0-rc.1 "
3
+ version = " 2.0.0-rc.2 "
4
4
edition = " 2021"
5
5
rust-version = " 1.63.0"
6
6
authors = [
You can’t perform that action at this time.
0 commit comments